UNPKG

grunt-vulcanize

Version:

Grunt plugin for Polymer's Vulcanize. Compatible with Polymer 1.0

25 lines (23 loc) 738 B
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Vulcanizer Test</title> <script src="bower_components/platform/platform.js"></script> <script src="bower_components/polymer/polymer.js"></script> </head> <body><div hidden="" by-vulcanize=""><dom-module id="y-import" assetpath="sub-import/"> <template> <style> :host{ background: url("foo.jpg"); } </style> </template> </dom-module><dom-module id="x-import" assetpath="/"> <template> <link rel="import" type="css" href="import-test.css"> [Imported: <content></content>] </template> </dom-module></div> <x-import>Hello Import!</x-import> <y-import></y-import> <script src="vulcanized.js"></script></body></html>