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

Unified Diff: example/wiki_css/build.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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: example/wiki_css/build.dart
diff --git a/example/wiki_css/build.dart b/example/wiki_css/build.dart
index 0b028b2e14d7295b4d867e1dc704333f85bfe1f6..3b9c7f32d792f9439d5edfa80f3e4c3d59419747 100644
--- a/example/wiki_css/build.dart
+++ b/example/wiki_css/build.dart
@@ -3,11 +3,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'dart:io';
import 'package:web_ui/component_build.dart';
-void main() {
- var args = new Options().arguments;
+void main(args) {
args.addAll(['--', '--no-css-mangle', '--css-reset', 'web/reset.css',
'--warnings_as_errors', '--verbose']);
build(args, ['web/index.html']);
« no previous file with comments | « example/todomvc/build.dart ('k') | lib/component_build.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698