Fix: compile all views.

This commit is contained in:
Arik Fraimovich 2014-03-09 12:52:33 +02:00
parent 5e72cc61b6
commit 30b4628593

View File

@ -231,7 +231,7 @@ module.exports = function (grunt) {
files: [{
expand: true,
cwd: '<%= yeoman.app %>',
src: ['*.html', 'views/*.html'],
src: ['*.html', 'views/**/*.html'],
dest: '<%= yeoman.dist %>'
}]
}