From 11802c29f2eadba33fa18817920f0214a1319a9f Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 4 Jul 2016 16:23:03 +0300 Subject: [PATCH] Fixed initial gulp build --- gulpfile.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5bdd62e6..10fb5b1d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 diff --git a/package.json b/package.json index 540def39..706007f6 100644 --- a/package.json +++ b/package.json @@ -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",