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 */
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 */