Life's random bits By b1thunt3r (aka Ishan Jain)…
MVC 4: Bundling

MVC 4: Bundling

Ishan jain
Been experimenting with the new MVC 4 for ASP.net. One of the concepts I was having problems with was bundling JavaScript and CSS.

Guick Google sorted that for me.

Here are some of the links that helped me with learning Bundling are:

One of the things i liked was it minifies the styles and scripts into a single files under production.