madskristensen / WebEssentials2012

http://vswebessentials.com
Other
95 stars 46 forks source link

JS files not minifying when using Typescript and VS2012 #71

Open DevTheo opened 10 years ago

DevTheo commented 10 years ago

[Originally put this in the VS2013 issues] When I modify a TypeScript which is generating JS file which are then set to minify on VS 2012 with latest WebEssentials the minified files are not updated. I have to manually add a space to the JS file to get it to regenerate.

BTW, no bundling involved here this is classic WebForms being used.