I've been having problems AGAIN with IIS and compression this time on IIS 7. On both my local dev machine and my live server I'm noticing that only some of my script files are showing up in the GZIP temp directory.
Specifically I'm using a pair of script files that are almost always used in combination but only one of the two is getting compressed apparently.
The scripts are loaded out of a virtual ~/scripts/ and the two files are jQuery.js and ww.jquery.min.js. jQuery.min.js shows up in the compressed folder, ww.jquery.js does not. Both are getting loaded in tandem as static resources typically so the usage pattern should be nearly identical.
I also see the non-min files compressed so both jQuery.js and ww.jquery.js are showing up, but the ww.jquery.min.js does not.
I'm guessing this is some sort of restriction based on the file segments and wonder if somebody could shed any light on why this particular file is not compressing.