srod/node-minify

Coments

SentenciaSQL opened this issue · 1 comments

How can I remove de coments during YUI minify process?

srod commented

YUI Compressor removes comments by default. But one special format is kept:

/*! This comment will not be removed */

You have to remove ! from the comment.