diff --git a/Gruntfile.coffee b/Gruntfile.coffee index cd557bf3..825da88d 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -19,6 +19,7 @@ module.exports = (grunt)-> mode: 'gzip' files: [ {expand: true, cwd:'./data', src:'**/*.cg', dest:'./dist/data'} + {expand: true, cwd:'./data', src:'**/*.json', dest:'./dist/data'} ] clean: