Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 94d9dd5

Browse files
committed
add comment for build-plunkers --build
1 parent 152824f commit 94d9dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ gulp.task('build-dart-api-docs', ['_shred-api-examples', 'dartdoc'], function()
633633
return buildApiDocsForDart();
634634
});
635635

636+
// Using the --build flag will use systemjs.config.plunker.build.js (for preview builds)
636637
gulp.task('build-plunkers', ['_copy-example-boilerplate'], function() {
637638
regularPlunker.buildPlunkers(EXAMPLES_PATH, LIVE_EXAMPLES_PATH, { errFn: gutil.log, build: argv.build });
638639
return embeddedPlunker.buildPlunkers(EXAMPLES_PATH, LIVE_EXAMPLES_PATH, { errFn: gutil.log, build: argv.build });

0 commit comments

Comments
 (0)