Skip to content

Commit

Permalink
fix(grunt): JSON template not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 24, 2015
1 parent 87dfd51 commit 92487a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@ module.exports = (grunt) ->
dot: true
cwd: "<%= amsf.core %>/_app/"
src: [
"*.xml"
"*.json"
"*.txt"
"*.xml"
]
dest: "<%= config.app %>/"
}
Expand Down

0 comments on commit 92487a9

Please sign in to comment.