From 9c2826e130c2d9265a9d6defc5b9d0a2615db9fa Mon Sep 17 00:00:00 2001 From: Marc Cohen Date: Mon, 6 Jul 2015 11:53:05 +0100 Subject: [PATCH] include mdl-templates.zip generation in sequence --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c8122fc1..a413cff7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -554,7 +554,7 @@ gulp.task('pushCodeFiles', function() { gulp.task('publish:code', function (cb) { runSequence( - 'zip:mdl', + ['zip:mdl, 'zip:templates'], 'genCodeFiles', 'pushCodeFiles', cb);