Fixed build gulp task
This commit is contained in:
parent
11fa1c5347
commit
1c7680156a
@ -248,10 +248,11 @@ gulp.task('bump', ['update-version-manifests', 'update-version-config'], functio
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('build', function(callback) {
|
gulp.task('build', function(callback) {
|
||||||
runSequence('less', 'usemin',
|
runSequence(
|
||||||
['copy', 'copy-locales', 'copy-images'], function() {
|
'less',
|
||||||
gulp.start('disable-production');
|
'usemin',
|
||||||
}
|
['copy', 'copy-locales', 'copy-images', 'disable-production'],
|
||||||
|
callback
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user