| Index: node_modules/vulcanize/example/absolutes.html
|
| diff --git a/bower_components/core-animation/web-animations.html b/node_modules/vulcanize/example/absolutes.html
|
| similarity index 76%
|
| copy from bower_components/core-animation/web-animations.html
|
| copy to node_modules/vulcanize/example/absolutes.html
|
| index c997f327d3f8dcc275c7baf02115170dfa2fac20..9fc1e64776fe5fad730f77410314da00234c747e 100644
|
| --- a/bower_components/core-animation/web-animations.html
|
| +++ b/node_modules/vulcanize/example/absolutes.html
|
| @@ -7,4 +7,6 @@
|
| Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| -->
|
| -<script src="../web-animations-js/web-animations.js"></script>
|
| +<link rel="import" href="http://example.com/foo/bar.html">
|
| +<link rel="import" href="http://example.com/foo/fizz/../bar.html">
|
| +<link rel="import" href="/foo/bar.html">
|
|
|