From 46d83c363d5ad357be8feb52f7ddda6c6d677c7c Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sat, 22 Jul 2017 19:21:00 -0700 Subject: [PATCH] Upload item.json files during dist --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) 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: