Build assets for login page

This commit is contained in:
Arik Fraimovich 2014-03-03 11:49:31 +02:00
parent aa2bf4fe22
commit 0c9fa8b51b

View File

@ -170,7 +170,7 @@ module.exports = function (grunt) {
}
},
useminPrepare: {
html: '<%= yeoman.app %>/index.html',
html: ['<%= yeoman.app %>/index.html', '<%= yeoman.app %>/login.html'],
options: {
dest: '<%= yeoman.dist %>'
}