This commit is contained in:
Andrew Miner
2015-04-30 13:16:06 -07:00
parent 87973fb70a
commit a0ca2bcb2b
274 changed files with 1917 additions and 0 deletions
+5
View File
@@ -27,6 +27,11 @@ module.exports = (grunt)->
verbose: true
src: ['./test/**/*.test.coffee']
watch:
data_files:
files: ['./data/**/*.cg']
tasks: ['mochaTest']
grunt.registerTask 'default', 'build'
grunt.registerTask 'build', [ ]