| Index: samples/third_party/todomvc/build.dart
|
| diff --git a/samples/third_party/todomvc/build.dart b/samples/third_party/todomvc/build.dart
|
| index f31c74756859992f7dafe6254a4eafe72944e6be..6bc27036613dcba048eb5c8041c9db6f6c4b0819 100755
|
| --- a/samples/third_party/todomvc/build.dart
|
| +++ b/samples/third_party/todomvc/build.dart
|
| @@ -5,6 +5,6 @@
|
|
|
| import 'package:polymer/builder.dart';
|
|
|
| -void main() {
|
| - build(entryPoints: ['web/index.html']);
|
| +void main(args) {
|
| + build(entryPoints: ['web/index.html'], options: parseOptions(args));
|
| }
|
|
|