There was an error while running gulp images, that I have fixed. Just happened to be forgetting xmlns:sketch="...".
Also, I've updated the versions of both package.json files: The generated one, and the project's. The version was a little outdated causing an error with libsass bindings or something, but either way an update fixed it.
Lastly, I ran gulp images, gulp styles, and gulp scripts to keep the dist folder up to date, and to make the changes to package.json.mst public, however that didn't work, so I put it in manually. Didn't want to mess with your gulpfile.js.
I ran the project on localhost, and copied both the generated gulpfile.js and package.json to a new directory. Ran npm install, and gulped everything and it all works without error. I even tested some images too.
There was an error while running gulp images, that I have fixed. Just happened to be forgetting
xmlns:sketch="..."
.Also, I've updated the versions of both
package.json
files: The generated one, and the project's. The version was a little outdated causing an error withlibsass bindings
or something, but either way an update fixed it.Lastly, I ran
gulp images
,gulp styles
, andgulp scripts
to keep thedist
folder up to date, and to make the changes topackage.json.mst
public, however that didn't work, so I put it in manually. Didn't want to mess with yourgulpfile.js
.I ran the project on localhost, and copied both the generated
gulpfile.js
andpackage.json
to a new directory. Rannpm install
, and gulped everything and it all works without error. I even tested some images too.