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
Post a Comment