Is there any umbraco project or method to minimize the javascript/css files before going to the end user? It would be nice to be able to maintain unpacked files for development while having the server pack the files for saving bandwith.....automatically.
minimizing javascript/css files
Is there any umbraco project or method to minimize the javascript/css files before going to the end user? It would be nice to be able to maintain unpacked files for development while having the server pack the files for saving bandwith.....automatically.
Thanks,
Chau
ClientDependency will be shipping OOTB in 4.1 but it can be used in any ASP.NET application. It supports WebForms and MVC
http://clientdependency.codeplex.com/
is working on a reply...