Admin backend

This commit is contained in:
baldo 2016-06-04 14:58:11 +02:00
parent bee528f1b8
commit 8f8d78d1df
13 changed files with 129 additions and 5 deletions

View file

@ -371,6 +371,12 @@ module.exports = function (grunt) {
cwd: 'bin',
dest: '<%= yeoman.dist %>/bin',
src: ['*']
},
{
expand: true,
cwd: 'admin',
dest: '<%= yeoman.dist %>/admin',
src: ['{,**}/*.*']
}
]
},