JsShrink
JsShrink copied to clipboard
Remove spaces and comments from JavaScript code (available in PHP and JavaScript)
Not work with comples files
This allows `await` to be used with `async` functions. Currently when minified, it throws `ReferenceError: async is not defined` error.
Minification code has problem with this style code: https://github.com/nette/forms/blob/master/src/assets/netteForms.js#L308 Can you update this please? :)
We ran across this when minifying some javascript that had comments // with an @ sign right afterwards. It caused a whole chunk of code to be commented out. We...
The script compress this: `"something"+ ++s;` as: `"something"+++s;` this cause a problem in firefox. Thanks