UNPKG

grunt-vulcanize

Version:

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

15 lines (14 loc) 346 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Vulcanizer Test</title> <script src="bower_components/platform/platform.js"></script> <link rel="import" href="absolutes.html"> <link rel="import" href="import-test.html" /> </head> <body> <x-import>Hello Import!</x-import> <y-import></y-import> </body> </html>