Watch TypeScript files in Grunt
This commit is contained in:
parent
8e3c38d5fe
commit
5c81e1b353
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ module.exports = function(grunt) {
|
||||||
tasks: ['jscs']
|
tasks: ['jscs']
|
||||||
},
|
},
|
||||||
transpile: {
|
transpile: {
|
||||||
files: ['./ts/**/*.js'],
|
files: ['./ts/**/*.ts'],
|
||||||
tasks: ['exec:transpile']
|
tasks: ['exec:transpile']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue