You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that MSPlugin.scriptWithExpandedImports:path: method resolves paths differently than my implementation. Here is the result I get when running an old plugin that actually works in sketch:
Should turn off the whole imports checking module and revisit it later.
The text was updated successfully, but these errors were encountered:
Not sure if it’s is related to this topic, but plugins that have imports don’t work anymore as soon as the console did open. Dev Tools Console says the Script executed but nothing really happens. Log from OS X console:
24/10/14 20:56:09,223 Sketch[4733]: -[TDToken quotedString]: unrecognized selector sent to instance 0x60000185b300
24/10/14 20:56:09,223 Color Inventory (Sketch Plugin)[4733]: Caught script exception: -[TDToken quotedString]: unrecognized selector sent to instance 0x60000185b300
I've found a problem, and now it works like a charm! :)
Here is the proof:
The fix isn't published yet, because I have to ask a few questions to Sam about file paths resolving mechanism. I think that fix will be available tomorrow.
Florian,
I've found a problem, and now it works as a charm! :)
Here is the proof:
The fix isn't published yet, because I have to ask a few questions to Sam about file paths resolving mechanism. I think that fix will be available tomorrow.
Reply to this email directly or view it on GitHub: #20 (comment)
It seems that
MSPlugin.scriptWithExpandedImports:path: method
resolves paths differently than my implementation. Here is the result I get when running an old plugin that actually works in sketch:Should turn off the whole imports checking module and revisit it later.
The text was updated successfully, but these errors were encountered: