ASP.NET MVC Optimization: Bundling without minifying? -


is possible bundle set of scripts without minifying them? want combine several third-party script files never need non-minified versions. of these have warned against further minification.

just use bundle class , don't specify transforms. scriptbundle/stylebundles automatically registering transforms minification.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -