Index: samples/third_party/todomvc_performance/pubspec.yaml |
diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc_performance/pubspec.yaml |
similarity index 69% |
copy from samples/third_party/todomvc/pubspec.yaml |
copy to samples/third_party/todomvc_performance/pubspec.yaml |
index f53a3df01068c581899663a1c783aa9456e8753a..6bbc539b1d02fe1a3d7558ca2ddd52c83f8130cc 100644 |
--- a/samples/third_party/todomvc/pubspec.yaml |
+++ b/samples/third_party/todomvc_performance/pubspec.yaml |
@@ -3,9 +3,11 @@ description: TodoMVC built with the polymer.dart package |
version: 0.15.0 |
dependencies: |
polymer: ">=0.10.0-pre.1 <0.11.0" |
+ browser_controller: ">=0.00.2-dev <0.0.3" |
transformers: |
- polymer: |
- entry_points: web/index.html |
+ entry_points: web/startup-performance.html |
+ minify: true |
dev_dependencies: |
unittest: ">=0.10.0 <0.11.0" |
environment: |