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

Unified Diff: samples/polymer_intl/build.dart

Issue 105073003: Adds a sample for polymer internationalization/localization (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Made a line fit in the prescribed length Created 7 years 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 | samples/polymer_intl/pubspec.yaml » ('j') | samples/polymer_intl/pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/polymer_intl/build.dart
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart b/samples/polymer_intl/build.dart
similarity index 57%
copy from editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart
copy to samples/polymer_intl/build.dart
index a86b6c84f5db9b546b1b75273abbfd3f7fa6f902..6280cb1d172a41f7a5b8d1a04529579276b7a050 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart
+++ b/samples/polymer_intl/build.dart
@@ -1,6 +1,6 @@
import 'package:polymer/builder.dart';
main(args) {
- build(entryPoints: ['web/{name.lower}.html'],
+ build(entryPoints: ['web/polymerinternationalizedmessagesexample.html'],
Jennifer Messerly 2013/12/06 22:19:44 this could really use a shorter name :)
shailentuli 2013/12/06 22:33:38 Agree with John. And underscore_case.
Alan Knight 2013/12/06 23:52:31 Done.
options: parseOptions(args));
}
« no previous file with comments | « no previous file | samples/polymer_intl/pubspec.yaml » ('j') | samples/polymer_intl/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698