From 9f5c6dcc49d324816958e720edc3ebbe58e1d460 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 28 Apr 2016 18:00:17 -0700 Subject: [PATCH] Include building the archive in test watching --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 660ff73e..488627f5 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -46,7 +46,7 @@ module.exports = (grunt)-> watch: test: files: ['./data/**/*.cg'] - tasks: ['script:clear', 'mochaTest'] + tasks: ['script:clear', 'script:compile-archive', 'mochaTest'] # Compound Tasks ###################################################################################################