Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: node_modules/vulcanize/example/absolutes.html

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « node_modules/vulcanize/example/.npmignore ('k') | node_modules/vulcanize/example/config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « node_modules/vulcanize/example/.npmignore ('k') | node_modules/vulcanize/example/config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698