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

Unified Diff: build.dart

Issue 22962005: Merge pull request #581 from kevmoo/polymer (Closed) Base URL: https://github.com/dart-lang/web-ui.git@polymer
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | example/component/news/test/expected/news_index_test.html.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']);
}
« no previous file with comments | « no previous file | example/component/news/test/expected/news_index_test.html.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698