System.Web.Optimization
on Visual Studio 2013 was giving us Bundling on javascript files and the best part of that was allowing us to go with indiv
Prior to Web Essentials 2015 Bundler and Minifier were both included in the core plugin. With Web Essentials 2015 that is no longer the case and have been seperated into its own plugin (Plugin on Visal Studio Marketplace)
Also to note, transitioning to the new plugin has you utilizing a bundleconfig.json
file on the root of your project in lieu of the individual .bundle
configuration files.