Index: build.dart |
diff --git a/build.dart b/build.dart |
index 7a0cdbf0c3b00a99bcdfaf3aff00c9f10c5215a0..3ae76606921a77b709d5da80daddf22bf5253c87 100755 |
--- a/build.dart |
+++ b/build.dart |
@@ -9,9 +9,7 @@ import 'package:polymer/component_build.dart'; |
import 'dart:io'; |
void main() { |
- var args = new Options().arguments.toList(); |
- args.addAll(['--', '--no-css']); |
- build(args, [ |
+ build(new Options().arguments, [ |
'example/component/news/web/index.html', |
'example/todomvc/web/index.html']); |
} |