質問

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