From cabec9c4588c14390139e89d4132fb4c5c24f555 Mon Sep 17 00:00:00 2001 From: Jay Traband Date: Mon, 14 Dec 2015 22:08:52 -0800 Subject: [PATCH] fix gulp check-deploy to run build-docs first --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 3b6a4cc2e9..9daf60b7e2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -179,8 +179,7 @@ gulp.task('git-changed-examples', ['_shred-devguide-examples'], function(){ }); }); -// gulp.task('check-deploy', ['build-docs'], function() { -gulp.task('check-deploy', function() { +gulp.task('check-deploy', ['build-docs'], function() { gutil.log('running harp compile...'); return execPromise('npm run harp -- compile . ./www', {}).then(function() { gutil.log('compile ok - running live server ...');