Description
Given an application with a resource reference to a minified script, i.e. html5.js and html5.min.js.
When the ResourceRequestHandler responds
it will set compress to false, if the resource reference was PackageResourceReference
but it will not change compression if the resource reference was JavaScriptResourceReference.
PackageResourceReference handles minified resources more or less correctly (if they are minified, they should not be further compressed), but this behavior is overwritten in its subclasses.