madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 251 forks source link

WE2015.1 - Minify context menu adds another entry into bundleconfig #1984

Closed jason-e-gross closed 8 years ago

jason-e-gross commented 8 years ago
  1. If I right click on a .JS file and choose "Minify" an entry gets added to the bundleconfig.json file.
  2. If I edit the bundleconfig.json file to change the output file to another location - everything is fine.
  3. Now, if I choose right click, "Minify" on the input file in the solution list, another entry is added to the bundleconfig.json file (minifying it in location).

The context-menu right-click Minify doesn't verify it already has an entry in the bundleconfig.json and use that, but defaults to minifying right in place - and adding another entry if a custom one had already been added.

jason-e-gross commented 8 years ago

ugh, this was put in WE2013, not 2015. Closing.