web essentials - How to update a javascript bundle file from a typescript file being saved? -
i have visual studio project web essentials , typescript , javascript bundling.
i able following:
- change typescript file (abc.ts) , save (ok)
- the changes compiled javascript file abc.js (ok)
- after abc.js file updated see javascript bundle file bundlepage.js.bundle updated - doesn't work !
basically, whenever change typescript file , after saving see corresponding javascript change reflected in javascript bundle file.
currently, in order have manual options:
- a) open bundle xml file bundlepage.js.bundle , save update whole bundle file bundlepage.js
- b) alt+shift+i update bundle files in project; clumsy updates bundle files in project , checks them out
- c) or edit , save typescript's javascript file (abc.js) after save triggers update of bundled javascript file bundlepage.js.
does have idea of how make change in typescript file trigger update of affected javascript bundle files ?
here's software:
- windows 7
- ms visual studio premium 2012 version 11.0.60315.01 update 2
- ms .net framework version 4.5.50709
- web essentials 2.6
- typescript 0.8.3.
thanks in advance help. miguel.
it should work. bug fixed in version 1.8 http://webessentials.uservoice.com/forums/140520-general/suggestions/3358548-update-bundle-on-save-on-an-included-file-suppor quote "both js , css bundles updated whenever .bundle file or .js/.css file included in bundle updated". works on machine well.
Comments
Post a Comment