Reputation: 641
By default, SharePoint 2013 loads tons of javascript and some css. My custom solution adds some more javascript and css.
How can I bundle and minify it (like standard bundling and minification functionality in asp.net 4.5)?
Upvotes: 3
Views: 1743
Reputation: 3986
You can use a Visual Studio extension called Web Essentials. Allows you to bundle and minify your JS and CSS. It also has a lot of other great features.
Upvotes: 2