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 %>/" }