문제

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