cjohansen / juicer

A command line tool for JavaScript and CSS developers
630 stars 47 forks source link

Add possibility to preserve specific comments #49

Closed jenshedqvist closed 12 years ago

jenshedqvist commented 12 years ago

I think it would be good to be able to add certain comments (such as copyright) to the top of the minified file, as this is supported in JSmin. Preferably with a token of some kind:

/*@@ Copyright and maybe path to unminified source */

becomes:

/* Copyright and maybe path to unminified source */

jenshedqvist commented 12 years ago

Nevermind, found that the "!" prefix worked.

cjohansen commented 12 years ago

This is up to the minifyer.