gulp-sketch
gulp-sketch copied to clipboard
Options 'clean', 'compact'
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 option 'compact' seems to make no difference at all.
Would be awesome to have a reliable option to export SVG files which are mostly untouched but do simply not include stuff like this:
<!-- Generator: sketchtool 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<desc>Created with sketchtool.</desc>
Thanks!