Open
Description
Monitor the generated JS (based on outdir/basedir) and cache it as well. If it hasn't changed since the ts changed (mtime
) we should compile again.
Breaking change: use always
as the default for fast compile. This will greatly simplify setting up grunt-contrib-watch
(we will no longer care about spawn/no-spawn) or WebStorm
Bonus : Document using grunt-ts-clean
.