Include building the archive in test watching

This commit is contained in:
Andrew Miner
2016-04-28 18:00:17 -07:00
parent 7c340acd09
commit 9f5c6dcc49
+1 -1
View File
@@ -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 ###################################################################################################