Skip to content

Commit 84f57f0

Browse files
committed
Merge pull request #80 from zfarrell/master
fix(grunt): include partial sub-directories in htmlmin
2 parents 0c26a19 + 77564ba commit 84f57f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ module.exports = function (grunt) {
300300
files: [{
301301
expand: true,
302302
cwd: '<%%= yeoman.app %>/views',
303-
src: ['*.html', 'partials/*.html'],
303+
src: ['*.html', 'partials/**/*.html'],
304304
dest: '<%%= yeoman.dist %>/views'
305305
}]
306306
}

0 commit comments

Comments
 (0)