diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index ef35cdfb3..8f9c9e299 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -300,7 +300,7 @@ module.exports = function (grunt) { files: [{ expand: true, cwd: '<%%= yeoman.app %>/views', - src: ['*.html', 'partials/*.html'], + src: ['*.html', 'partials/**/*.html'], dest: '<%%= yeoman.dist %>/views' }] }