fix gulp check-deploy to run build-docs first
This commit is contained in:
parent
068771228a
commit
cabec9c458
@ -179,8 +179,7 @@ gulp.task('git-changed-examples', ['_shred-devguide-examples'], function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// gulp.task('check-deploy', ['build-docs'], function() {
|
gulp.task('check-deploy', ['build-docs'], function() {
|
||||||
gulp.task('check-deploy', function() {
|
|
||||||
gutil.log('running harp compile...');
|
gutil.log('running harp compile...');
|
||||||
return execPromise('npm run harp -- compile . ./www', {}).then(function() {
|
return execPromise('npm run harp -- compile . ./www', {}).then(function() {
|
||||||
gutil.log('compile ok - running live server ...');
|
gutil.log('compile ok - running live server ...');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user