tags:

views:

23

answers:

0

Dear all, Using PHP minify (http://code.google.com/p/minify/) how can ALL comments be suppressed/removed from the end result of the minification? At present all comments in javascript files of the format (any number of lines):

/*
 * 
 * comments...
 * 
 */

Are not being removed and appear in the final minified result (despite the code being minified successfully)..

Any help would be much appreciated!