Fix: Copy mail templates to dist too.

This commit is contained in:
baldo 2016-06-11 15:59:43 +02:00
parent 4ea37d59cd
commit ea9379c241

View file

@ -352,7 +352,11 @@ module.exports = function (grunt) {
expand: true, expand: true,
cwd: 'server', cwd: 'server',
dest: '<%= yeoman.dist %>/server', dest: '<%= yeoman.dist %>/server',
src: ['{,**/}*.js'] src: [
'{,**/}*.html',
'{,**/}*.js',
'{,**/}*.txt'
]
}, },
{ {
expand: true, expand: true,