UNPKG

grunt-vulcanize

Version:

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

14 lines (13 loc) 350 B
<link rel="import" href="bower_components/polymer/polymer.html"> <link rel="import" href="sub-import/sub-import.html"> <dom-module id="x-import"> <template> <link rel="import" type="css" href="import-test.css"> [Imported: <content></content>] </template> <script> Polymer({ is: 'x-import' }); </script> </polymer-element>