minify
minify copied to clipboard
It looks like the minify isn't catching // comments
The minify is compressing my files and inlining my "//" comments causing code to be read as comments..
You can use /* Type Here */ type comments.
In sublime it with hotkey CTRL + SHIFT + /
I wish It was that simple... I'm not trying to re-comment all of my dependancies code. That would be a bad solution for a long term goal. I tested the latest branch as well as the current stable and got bad results. I ended up using a diffrent repo for the JS minify section of my codebase. The repo is :: "patchwork/jsqueeze": "^2.0"
I hope this helps you fix the mistake here. I no longer need help resolving this issue.. You can mark it resolved whenever you feel like.
I tried to use this library and noticed that issue.
It's surprising your minifier updated just a couple of months ago does not handle this task while jsqeeze does it and the last commit was made in 2016.
I tried to use this library and noticed that issue.
It's surprising your minifier updated just a couple of months ago does not handle this task while jsqeeze does it and the last commit was made in 2016.
Note in my experience jsqeeze may need manual semicolons appended to each file after file_get_contests