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 60% |
copy from samples/third_party/todomvc/pubspec.yaml |
copy to samples/third_party/todomvc_performance/pubspec.yaml |
index f53a3df01068c581899663a1c783aa9456e8753a..c5df2e5e39e81e1e34df74accbc0ec53e393e65e 100644 |
--- a/samples/third_party/todomvc/pubspec.yaml |
+++ b/samples/third_party/todomvc_performance/pubspec.yaml |
@@ -3,9 +3,12 @@ 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.1-dev <0.0.3" |
Jennifer Messerly
2014/03/28 19:51:07
did you mean to change this back before checkin?
|
+ path: ../../../../../github/browser_controller |
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: |