From 85db14652531a4c234dd0239e530c3e0d1062176 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 17 Oct 2016 08:05:16 -0500 Subject: [PATCH] Run 'firefox' and 'chromium' task in-sequences --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index becbb87f2..e0149cfb1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -346,7 +346,7 @@ gulp.task('extension', function (done) { console.log(); console.log('### Building extensions'); - runSequence('locale', ['firefox', 'chromium'], done); + runSequence('locale', 'firefox', 'chromium', done); }); gulp.task('buildnumber', function (done) {