up vote 1 down vote favorite
share [g+] share [fb]

I'm using the YUI compressor to merge and minify my JS-files. One problem I'm having is that comments are being deleted, even though I'm using the suggested format as follows:

/*!

comments go here

*/

That's what they say in the documentation and on several blogs:

http://www.julienlecomte.net/yuicompressor/README

http://www.electrictoolbox.com/preserve-comments-yui-compressor/

Any ideas on what can be wrong?

link|improve this question

65% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I re-ran YUI compressor and now all comments are in place. Probably my own fault...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.