Info
| Version: | 2.1.0 | 
| Author(s): | Matt Perdeck | 
| Last Update: | Thursday, March 29, 2012 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://aspnetperformance.com/post/Package-that-speeds-up-loading-of-JavaScript-CSS-and-image-files.aspx | 
| NuGet Url: | https://www.nuget.org/packages/CombineAndMinify | 
Install
Install-Package CombineAndMinify
                        dotnet add package CombineAndMinify
                        paket add CombineAndMinify
                        
                                CombineAndMinify Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Combines CSS and JavaScript files to reduce request overheads. Minifies CSS and JavaScript files. Uses cookieless domains to reduce cookie overhead. Implementes far future caching and inserts version numbers in urls to ensure browser always loads the latest file versions.
Initiates image loading before loading CSS and JavaScript files, so they appear sooner. Works with .axd files as well.