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::  ts:dev runs fine, however, you will notice in the screenshot...