Watch TypeScript files in Grunt

This commit is contained in:
Daniel Gasienica 2018-04-24 18:03:51 -04:00
parent 8e3c38d5fe
commit 5c81e1b353

View file

@ -202,7 +202,7 @@ module.exports = function(grunt) {
tasks: ['jscs']
},
transpile: {
files: ['./ts/**/*.js'],
files: ['./ts/**/*.ts'],
tasks: ['exec:transpile']
}
},