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
Running plugins from master ends up not working in sketch. Plugins from the releases .zip work, however.
You can recreate with the following:
npm install
npm run build
Move the .sketchplugin file outside the repo folder. If you open the file from within the repo, it' gets deleted and Sketch says it can't find the file.
Open plugin
Go to plugin in Sketch, and hit preferences.
This is the error from console:
default 10:05:51.822399 -0700 Sketch Exception: TypeError: null is not an object (evaluating 'context.plugin.urlForResourceNamed(frameLocation).path')
TypeError: null is not an object (evaluating 'context.plugin.urlForResourceNamed(frameLocation).path')
line: 602
column: 70
The text was updated successfully, but these errors were encountered:
zaneriley
changed the title
Build broke when running sketch plugin from master.
Build doesn't work when running sketch plugin from master.
Nov 2, 2017
Hey @GeertWille!
Running plugins from
master
ends up not working in sketch. Plugins from the releases.zip
work, however.You can recreate with the following:
.sketchplugin
file outside therepo
folder. If you open the file from within the repo, it' gets deleted and Sketch says it can't find the file.preferences
.This is the error from console:
The text was updated successfully, but these errors were encountered: