Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top