Michael Thompson

Results 2 comments of Michael Thompson

Has the enhancement been implemented that jeffmay suggested. I have need for such functionality. I would like to uglify after the compiling of all TypeScript files have completed. I attempted...

--- In your case, I think you just need to run watch: { tasks: ['ts:dev', 'ts:uglify'] } tried that:: ![image](https://cloud.githubusercontent.com/assets/117869/3107424/12c8c1bc-e685-11e3-9ed9-8ac525648f9d.png) ts:dev runs fine, however, you will notice in the screenshot...