| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index d5abf8d2023e6db63fc36eec8164900eeaeef781..97eb365be21b0acf70c6609564d1bff1ef2b9418 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -234,8 +234,6 @@ CompilerOptions parseOptions(List<String> argv, {bool forceOutDir: false}) {
|
| customUrlMappings[splitMapping[0]] = splitMapping[1];
|
| }
|
|
|
| - if (serverMode && args.rest.length != 1) showUsage = true;
|
| -
|
| return new CompilerOptions(
|
| codegenOptions: new CodegenOptions(
|
| emitSourceMaps: args['source-maps'],
|
|
|