mattmodrowski / quenchjs

The Gulp file generator.
http://quenchjs.com
118 stars 10 forks source link

Update dependency versions and fixed SVG error #18

Closed zuice closed 7 years ago

zuice commented 8 years ago

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.