gulp-sketch
gulp-sketch copied to clipboard
A SketchTool plugin for gulp
In the docs it says to run: `npm run install-sketchtool`, and in that script it is looking for `Sketch.app/Contents/Resources/sketchtool/install.sh` which no longer exists in Sketch when you download it, so...
Recently, I've almost switched to Figma. So, it's a bit difficult to maintain this repository actively. If someone has interest to take care about `gulp-sketch`, let me know. Thanks.
The 'clean' option apparently removes fill attributes: https://github.com/overblog/clean-sketch/blob/master/index.js I do not really understand why. At least in my use case, this breaks the appearance of the exported SVG files. The...
grunt-sketch apparently makes an option available to include symbols when exporting artboards: https://www.npmjs.com/package/grunt-sketch#optionsincludesymbols I couldn't find the option for gulp-sketch. Might be great, though. Thanks!
Hi @cognitom, When gulp-sketch exports images, it does not use the original path of the sketch file when deciding where to save the exported versions. This causes problems in a...
Hi, I am trying to run an independent gulp task, which will convert all my sketch files in a folder to pngs in another folder. I am running the following...
Posibility to add source filename as additional folder to exported files.
Using nested artboard / layer / slice names like `somedir/subdir/asset` throws the following error: ``` fs.js:651 var r = binding.read(fd, buffer, offset, length, position); ^ Error: EISDIR: illegal operation on...
Locally we can pass the tests, but failed on Travis because of the version of Node.js on Travis's `osx` environment.
- [ ] Read buffer instead of direct file access - [x] Use [temp](https://www.npmjs.org/package/temp) to avoid conflict - [ ] Divide this module into two, and make a new `node-sketch`...