Fix: Copy mail templates to dist too.
This commit is contained in:
parent
4ea37d59cd
commit
ea9379c241
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue