yarn grunt/ watch for sub-sub folders too

pull/712/head
Audric Ackermann 5 years ago
parent 661c92cc73
commit 887ba53902

@ -182,7 +182,7 @@ module.exports = grunt => {
tasks: ['sass'],
},
transpile: {
files: ['./ts/**/*.ts', './ts/**/*.tsx'],
files: ['./ts/**/*.ts', './ts/**/*.tsx', './ts/**/**/*.tsx'],
tasks: ['exec:transpile'],
},
},

Loading…
Cancel
Save