chore(build): fix so --fast can be used with check-deploy etc (#2083)
This commit is contained in:
parent
68c15c12e5
commit
05cdc83492
|
@ -441,7 +441,7 @@ gulp.task('add-example-boilerplate', function(done) {
|
|||
// copies boilerplate files to locations
|
||||
// where an example app is found
|
||||
gulp.task('_copy-example-boilerplate', function (done) {
|
||||
if (!argv.fast) buildStyles(copyExampleBoilerplate, done);
|
||||
return argv.fast ? done() : buildStyles(copyExampleBoilerplate, done);
|
||||
});
|
||||
|
||||
//Builds Angular 2 Docs CSS file from Bootstrap npm LESS source
|
||||
|
|
Loading…
Reference in New Issue