aleyush
aleyush

Reputation: 641

JS and CSS bundling and minification in SharePoint 2013 - is that possible?

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

Answers (1)

c0deNinja
c0deNinja

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

Related Questions