asp.net mvc 4 - MVC4 Why have separate script bundles -


this interest sake.

why vanilla mvc template in vs split script bundles into

scriptbundle("~/bundles/jquery") 

and

("~/bundles/jqueryval") 

i realize pages won't need jqueryval bundle, minified small may include in main bundle , cache right start, or missing more important reason?


Comments

Popular posts from this blog

php - Global connection variable or new one every time -

c++ - protocol buffers - generate NON-inline accessors -