chore(build): fix so --fast can be used with check-deploy etc (#2083)

This commit is contained in:
Patrice Chalin 2016-08-17 09:23:29 -07:00 committed by Kathy Walrath
parent 68c15c12e5
commit 05cdc83492
1 changed files with 1 additions and 1 deletions

View File

@ -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