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 ###################################################################################################