Include building the archive in test watching
This commit is contained in:
+1
-1
@@ -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 ###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user