selaux / node-sprite-generator

Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.
MIT License
192 stars 39 forks source link

grunt command line options are not preserved #71

Open sumeetattree opened 6 years ago

sumeetattree commented 6 years ago

Would you be able to support the command line arguments passed to this task? I was kinda surprised when --no-write didn't work.

Looking under the hood I see that you are not using grunt.file api to write files.