Fixed initial gulp build

This commit is contained in:
Igor Zhukov 2016-07-04 16:23:03 +03:00
parent a5ab8f0937
commit 11802c29f2
2 changed files with 3 additions and 2 deletions

View File

@ -261,7 +261,8 @@ gulp.task('bump', ['bump-version-manifests', 'bump-version-config'], function ()
gulp.task('build', ['clean'], function (callback) {
runSequence(
['less', 'templates', 'enable-production'],
['less', 'templates'],
'enable-production',
'usemin',
['copy', 'copy-locales', 'copy-images', 'disable-production'],
callback

View File

@ -61,7 +61,7 @@
"gulp-serviceworker": "0.0.3",
"gulp-standard": "^7.0.1",
"gulp-uglify": "^1.0.2",
"gulp-usemin": "^0.3.11",
"gulp-usemin": "=0.3.11",
"gulp-util": "^3.0.7",
"gulp-zip": "^0.1.2",
"http": "0.0.0",