Skip to content

Commit 7d154e3

Browse files
committed
chore(gulp): rename serve/examples to serve/playground
1 parent 78875d5 commit 7d154e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,13 @@ gulp.task('!proxyServeDart', proxyServeDart);
387387
gulp.task('serve.dart', function(done) {
388388
runSequence([
389389
'!proxyServeDart',
390-
'serve/examples.dart',
390+
'serve/playground.dart',
391391
'serve/benchmarks.dart',
392392
'serve/benchmarks_external.dart'
393393
], done);
394394
});
395395

396-
gulp.task('serve/examples.dart', pubserve(gulp, gulpPlugins, {
396+
gulp.task('serve/playground.dart', pubserve(gulp, gulpPlugins, {
397397
command: DART_SDK.PUB,
398398
path: CONFIG.dest.dart + '/playground',
399399
port: 8004

0 commit comments

Comments
 (0)