jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

An option to remove comment from the top of output CSS #73

Closed thybzi closed 9 years ago

thybzi commented 9 years ago

How can I remove a comment on the top of my output CSS file? /* Generated by less 2.4.0 */ System nodejs lessc doesn't output this by default, neither does PhpStorm watch (which is also using system lessc)

jdiehl commented 9 years ago

When compiling less files with the compress option // compress: true, the comment is removed. There is no other way of removing the comment, and I don't really see a reason why that would be necessary.