Automatically minify and combine JavaScript and CSS files in any web site
Posted
on ASP alliance
See other posts from ASP alliance
Published on Tue, 21 Dec 2010 00:00:00 GMT
Indexed on
2010/12/21
14:56 UTC
Read the original article
Hit count: 219
Filed under:
This article describes a complete package that speeds up loading of JavaScript, CSS, and images in an ASP.NET web site. It accomplishes this by minifying JavaScript and CSS files on the fly (and caching the minified content), combining JavaScript and CSS files, making it easy to load files from cookieless domains, and much more. This article has full step by step installation instructions for both IIS 7 and IIS 6 (each version requires different additions to web.config). It will also detail how to use all the features, complete with short examples.
© ASP alliance or respective owner