A grunt task to manage your complete typescript development to production workflow
People
Repo info
Activity
John Gouigouix
@Gouigouix
Hi all
Dominik Ivosevic
@DominikDitoIvosevic
Hi. What would be the best set of option for fast compilation of ts? It's for dev env so no problem if target is es6 etc. Also, I'm using grunt-contrib-watch for watching so are there any benefits in choosing the 'watch' flag instead of using grunt-contrib-watch?
_
Kasper
@aventic
Hello folks, anyone here using Grunt-ts to compile their typescript files? I'm running into a problem where my compile cannot find any references saying: "Cannot find name 'angular'" and it's only when I'm using grunt watch to watch my ts files. The initial compile is okay. Anyone encountered something alike?