Chromium Code Reviews| 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)); |
| } |