Displaying posts categorized under

Advanced usage with compression

Overriding packing

You can for a certain script/css file set the maximum level compression to ever be used for it. For example you might have found that from all your 100 js files there is one file – foobar.js which doesn’t work when packed. But it does work when whitespace removed.
You can still use IncludeScriptsCompression=2 (I do [...]