yarn grunt/ watch for sub-sub folders too

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

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

Loading…
Cancel
Save