From 887ba5390251cb05e35f79fe05f1f4a29969863e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 23 Dec 2019 10:34:52 +1100 Subject: [PATCH] yarn grunt/ watch for sub-sub folders too --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1121a22b5..1665bbef8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'], }, },