Index: pkg/polymer/lib/polymer.html |
diff --git a/pkg/polymer/lib/polymer.html b/pkg/polymer/lib/polymer.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fddf99d6be3c928f804a9b24e3e31cc9f9ab9eb9 |
--- /dev/null |
+++ b/pkg/polymer/lib/polymer.html |
@@ -0,0 +1,27 @@ |
+<!-- |
+ Copyright 2013 The Polymer Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style |
+ license that can be found in the LICENSE file. |
+--> |
+ |
+<!-- Prevent Shadow DOM polyfill loading in Dartium. --> |
+<script src="src/js/shadow_dartium.js"></script> |
Siggi Cherem (dart-lang)
2014/03/06 18:18:08
I guess this can't be merged into web_components/d
Jennifer Messerly
2014/03/06 21:05:08
yes, that's right.
|
+<!-- |
Siggi Cherem (dart-lang)
2014/03/06 18:18:08
nit: let's add an empty line above this comment.
Jennifer Messerly
2014/03/06 21:05:08
Done.
|
+These two files are from the Polymer project: |
+https://github.com/Polymer/platform/ and https://github.com/Polymer/polymer/. |
+ |
+You can replace them with different versions if desired, as long as the other |
Siggi Cherem (dart-lang)
2014/03/06 18:18:08
might be worth spelling out what other scripts you
Jennifer Messerly
2014/03/06 21:05:08
Done.
|
+scripts here are still included. |
+--> |
+<!-- minified for deployment: --> |
+<script src="../../packages/web_components/platform.js"></script> |
+<link rel="import" href="src/js/polymer/polymer.html"> |
+ |
+<!-- unminfied for debugging: |
+<script src="../../packages/web_components/platform.concat.js"></script> |
+<script src="src/js/polymer/polymer.concat.js"></script> |
+<link rel="import" href="src/js/polymer/polymer-body.html"> |
+--> |
+ |
+<!-- Teach dart2js about Shadow DOM polyfill objects. --> |
+<script src="../../packages/web_components/dart_support.js"></script> |