Include building the archive in test watching
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ module.exports = (grunt)->
|
|||||||
watch:
|
watch:
|
||||||
test:
|
test:
|
||||||
files: ['./data/**/*.cg']
|
files: ['./data/**/*.cg']
|
||||||
tasks: ['script:clear', 'mochaTest']
|
tasks: ['script:clear', 'script:compile-archive', 'mochaTest']
|
||||||
|
|
||||||
# Compound Tasks ###################################################################################################
|
# Compound Tasks ###################################################################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user