Skip to content

Commit

Permalink
fix(grunt): missing core files update
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 16, 2017
1 parent da5d7da commit 99e3004
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@ module.exports = (grunt) ->
]
dest: "<%= config.app %>/_includes/"
}
{
expand: true
dot: true
cwd: "<%= amsf.core %>/_app/_includes/amsf/"
src: ["**"]
dest: "<%= config.app %>/_includes/amsf/"
}
{
expand: true
dot: true
Expand Down

0 comments on commit 99e3004

Please sign in to comment.