diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 91386eb36..2109a9b56 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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