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).

Minification for ES6 code in webpack using babel

I have tried options such as Uglifyjs,babelli (babel-minify ).nothing seems to be working.Uglify throws some error like this: …

webpack babeljs production-environment bundling-and-minification
Does the ASP.net bundler automatically minify files?

I'm using ASP.net MVC 4. Like the question states, if I put a bunch of JS files (or CSS, for …

c# asp.net-mvc bundle bundling-and-minification
Webpack: How do I bundle multiple javascript files into a single output file?

Suppose I have two files, main.js and app.js; how do I use Webpack to bundle both of them …

javascript webpack bundling-and-minification
How to set up gulp to bundle several files into one?

This seems like a very simple question, but spent the last 3 hours researching it, discovering it can be slow on …

javascript gulp browserify bundling-and-minification watchify
Are the .min of versions files used when `BundleTable.EnableOptimizations = true`?

Does specifying BundleTable.EnableOptimizations = true minify all CSS and JS files in a bundle, or are the available min versions …

asp.net-mvc asp.net-mvc-5 bundle bundling-and-minification
How do I configure MVC's style bundling order?

My web app is using a large icon set with jquery-ui and jqgrid. In order to easily maintain the changes …

asp.net-mvc-4 bundling-and-minification
How to resolve Antlr3 dependency hell

I have a asp.net MVC 4 project with MEF and RavenBD. When the project loads it throws this exception : Could …

asp.net-mvc-4 bundle antlr3 asp.net-optimization bundling-and-minification
MVC4 Bundles - No Twitter Bootstrap icons

Running my MVC4 app in debug mode (so no minification of css/scripts) works fine. As soon as I run …

css asp.net-mvc-4 twitter-bootstrap bundling-and-minification
How to add media attribute to ASP.NET MVC4 style bundle

In ASP.NET MVC4 application, style bundle is created using bundles.Add(new StyleBundle("~/css/pos.css") .Include("~/css/mypos.…

css asp.net asp.net-mvc asp.net-mvc-4 bundling-and-minification
Mvc4 bundling, minification and AngularJS services

Is there a way to customize the way Asp.Net MVC4 bundling&minification feature minifies the js files? Meaning, …

asp.net-mvc asp.net-mvc-4 angularjs bundling-and-minification