Merging of CSS is not on by default, unless for some reason you have a CSS link to a file that does not have a .css extension. The following line in the Snapsis.PageBlaster.config file keeps the merge from happeing on .css files: < path pattern="\.css$" excludeFrom="MergeCSS" /> You can change that to exclude all files from the merge process like this: < path pattern=".*" excludeFrom="MergeCSS" /> |