gavro / gulp-iconify

'A mystical CSS icon solution', grunticon-like build system.
MIT License
50 stars 22 forks source link

Disable scssOutput? #2

Closed thisisjamessmith closed 9 years ago

thisisjamessmith commented 9 years ago

Hiya, thanks for making this it's really great...

But I'm not understanding the point of rendering the .scss files, since they are compiled to css anyway, and need to be forked for delivery to different browers, so there's no point in integrating them into the core CSS. Is it possible to disable the scssOutput altogether?

gavro commented 9 years ago

Hmm, you've got a valid point. Internally (on 1 project) we use the outputted SCSS rather than the CSS code because we needed some post-processing outside of this gulp-task. But yea, this should be an option.

Option (a compatible option) will be added soon. Thanks!

thisisjamessmith commented 9 years ago

great thanks :-)