In my project I've used quite a few minified scripts to improve performance.

However, amongst these scripts were quite a few un-minified ones too. Is it ok to use SquishIt to minify and bundle already minified scripts? Is it in any way dangerous for the minifier to process already minified code?

有帮助吗?

解决方案

Minified javascript is still valid javascript, a minifier should have no issues passing minified code through it's parser.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top