gulp-sketch icon indicating copy to clipboard operation
gulp-sketch copied to clipboard

Following Gulp Plugin Guidlines

Open cognitom opened this issue 10 years ago • 3 comments

  • [ ] Read buffer instead of direct file access
  • [x] Use temp to avoid conflict
  • [ ] Divide this module into two, and make a new node-sketch module
  • [ ] Ask to remove it from the blacklist

~~There is a limitation of vinyl-fs. The plugin couldn't read a directory. This causes a problem if a plugin works with OSX packages or directories. Some research about it is needed.~~ After ver. 3.1, Sketch file is just a file.

cognitom avatar Jun 09 '14 13:06 cognitom

The code has been changed to use temporary just because of the async support.

cognitom avatar Jul 06 '14 07:07 cognitom

Good move!

we’re switching back to a single-file document format http://mail.sketchplugins.com/pipermail/dev_sketchplugins.com/2014-August/000592.html

cognitom avatar Sep 16 '14 02:09 cognitom

gulp-sketch has already updated to support single-file format #7 . But, sketchtool seems to not support standard input or dev/stdin.

cognitom avatar Sep 29 '14 08:09 cognitom