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 ...');