madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
301 stars 94 forks source link

Automatic js minification does not work #225

Closed cawerkenthin closed 7 years ago

cawerkenthin commented 7 years ago

In 2013 version, when I modified a JS file the minified file was automatically updated. This is not occurring with WE 2015. If I need to modify a JS file, I end up dropping into VS 2013 for this reason.

xt0rted commented 7 years ago

This was removed from WebEssentials 2015 and moved to its own extension https://github.com/madskristensen/BundlerMinifier

cawerkenthin commented 7 years ago

Thank you, I will post the issue there as that is what I was referencing.