matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

JS line comment not working - SOLVED. #399

Closed rescue1155 closed 1 year ago

rescue1155 commented 1 year ago

If a JS file has comment stating with //

that minify not works well.

Please have a look on it.

This has been resolved my mistake