fix gulp check-deploy to run build-docs first

This commit is contained in:
Jay Traband 2015-12-14 22:08:52 -08:00 committed by Naomi Black
parent 068771228a
commit cabec9c458

View File

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