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..61eb5fc3aef6dd419c20a90b33eb389f01df9221 |
--- /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> |
+ |
+<!-- |
+These two files are from the Polymer project: |
+https://github.com/Polymer/platform/ and https://github.com/Polymer/polymer/. |
+ |
+You can replace platform.js and polymer.html with different versions if desired. |
+--> |
+<!-- 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> |