Top "Bundling-and-minification" questions

Bundling and minification are used to optimize web content by reducing the number of requests to the server and as well as the size of requested assets (such as CSS and JavaScript).

GZip system.web.optimization bundles

I am using the new System.Web.Optimization and have created a bundle like this: bundles.Add(New ScriptBundle("~/bundles/…

asp.net-mvc-3 asp.net-optimization bundling-and-minification
jquery 1.9.0 and modernizr cannot be minified with the ASP.NET Web Optimization Framework

We are using the ASP.NET Web Optimization Framework with bundles and minification. One bundle just contains jquery and modernizr. …

jquery asp.net modernizr bundling-and-minification
Reconciling ASP.NET script bundles and source maps

Is there any way to set up the default System.Web.Optimization.ScriptBundle to generate source maps for the bundled …

javascript asp.net bundling-and-minification
What is the benefit of ASP.NET bundling and minification in runtime?

I understand how to use asp.net's new bundling and minification features. They are helpful during development. Is there any …

asp.net-mvc bundling-and-minification
Is there a way to update asp.net mvc bundle contents dynamically at run-time?

I'm ASP.NET MVC v4 for my application, and I'm using the web optimization features (bundling and minification of scripts …

asp.net-mvc asp.net-mvc-4 bundling-and-minification web-optimization asp.net-bundling
cssmin not correctly handling @import

I am using cssmin on files containing @imports. cssmin is recursively importing local files correctly, but for imports that point …

css gruntjs minify bundling-and-minification grunt-contrib-cssmin
AngularJS not working when opimization is enabled ASP.NET MVC

I have an application which uses angularjs and works fine when optimization is set to false in BundleConfig.cs file. …

asp.net-mvc angularjs minify bundling-and-minification
Does rollup bundle node_modules into bundle.js?

I am testdriving rollupjs to package a node app into a bundle.js and am confused. Does rollup support bundling …

javascript node.js npm bundling-and-minification rollupjs
Running an ASP.NET MVC 4 app in release mode does not bundle and minifiy the js files

When I run my ASP.NET MVC 4 app in release mode, the bundles are still outputting the unminified and separate …

javascript asp.net-mvc asp.net-mvc-4 bundling-and-minification
How to upload bundled and minified files to Windows Azure CDN

I'm using the ASP.NET MVC 4 bundling and minifying features in the Microsoft.AspNet.Web.Optimization namespace (e.g. @Styles.…

azure asp.net-mvc-4 cdn bundling-and-minification asp.net-optimization