keegnotrub / coda-sass-plugin

A plug-in for Panic's Coda 2 that converts scss files into css files.
https://github.com/keegnotrub/coda-sass-plugin
82 stars 10 forks source link

Compress option #31

Closed ghost closed 8 years ago

ghost commented 8 years ago

Is there a way to compress the output .css file on the most compressed option, but keep comments in tact? I use this for a lot of wordpress builds where the comments area is required at the top.

keegnotrub commented 8 years ago

I believe in Sass if you use /*! My comment */ (note the exclamation point) it will keep the comment. If that doesn't work feel free to re-open this ticket and let me know.

ghost commented 8 years ago

My apologies. I should have caught that. Thanks again