Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top