Replaced python script to fix filenames by internal background job.

This commit is contained in:
baldo 2016-06-21 15:21:08 +02:00
parent ce155951bf
commit d24e6e6307
6 changed files with 76 additions and 93 deletions

View file

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