I have been using ClientDependency to minimize and bundle css and js but i recently noticed that after publishing and updating the website to production server a couple of times the css files are neither minimized nor bundled when the "enableMinifyCss=true" in cliendepenency.config file.
Please note that the:
Debug="false",
I increment ClientDependency Version every time i make changes to css/js files.
I have deleted the temp file, cache and recycled application pool.
But still the css are not bundled or minified.
Yes, it was working fine but after I added few styles in css the Client Dependency stopped working and if I set enableCssMinify=false then atleast the bundling part works.
Client Dependency cannot minimize and bundle css
Hi,
I have been using ClientDependency to minimize and bundle css and js but i recently noticed that after publishing and updating the website to production server a couple of times the css files are neither minimized nor bundled when the "enableMinifyCss=true" in cliendepenency.config file. Please note that the: Debug="false", I increment ClientDependency Version every time i make changes to css/js files. I have deleted the temp file, cache and recycled application pool. But still the css are not bundled or minified.
Do you have
<compilation debug="false"
in web.config?Yes, it was working fine but after I added few styles in css the Client Dependency stopped working and if I set enableCssMinify=false then atleast the bundling part works.
is working on a reply...