Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: sdk/lib/_internal/pub/lib/src/command.dart

Issue 20204003: First stab at a dev server in pub using barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub/lib/src/command.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart
index 8e3f9b5b2542ecb75834eed42c4d7ea56461e4e4..97ad11ced5fcad13ea684cd5ef5dbef75fc62090 100644
--- a/sdk/lib/_internal/pub/lib/src/command.dart
+++ b/sdk/lib/_internal/pub/lib/src/command.dart
@@ -15,6 +15,7 @@ import 'command/deploy.dart';
import 'command/help.dart';
import 'command/install.dart';
import 'command/lish.dart';
+import 'command/serve.dart';
import 'command/update.dart';
import 'command/uploader.dart';
import 'command/version.dart';
@@ -193,6 +194,7 @@ _initCommands() {
'help': new HelpCommand(),
'install': new InstallCommand(),
'publish': new LishCommand(),
+ 'serve': new ServeCommand(),
'update': new UpdateCommand(),
'uploader': new UploaderCommand(),
'version': new VersionCommand()

Powered by Google App Engine
This is Rietveld 408576698