Watch TypeScript files in Grunt

pull/1/head
Daniel Gasienica 7 years ago
parent 8e3c38d5fe
commit 5c81e1b353

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

Loading…
Cancel
Save