From 92487a90fc966ab77e3f673cafd66c72dfb3e409 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 24 Aug 2015 14:39:28 +0800 Subject: [PATCH] fix(grunt): JSON template not updated --- Gruntfile.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 7c4993f2f..9d3792265 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -342,8 +342,9 @@ module.exports = (grunt) -> dot: true cwd: "<%= amsf.core %>/_app/" src: [ - "*.xml" + "*.json" "*.txt" + "*.xml" ] dest: "<%= config.app %>/" }