Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Last active August 29, 2015 14:23
Show Gist options
  • Save garlicnation/4d2434f56798d3b6f470 to your computer and use it in GitHub Desktop.
Save garlicnation/4d2434f56798d3b6f470 to your computer and use it in GitHub Desktop.
<link rel="import" href="../polymer/polymer.html">
<dom-module id="el-one">
<template>Foo</template>
</dom-module>
<link rel="import" href="dm.html">
<link rel="import" href="script.html">
<link rel="import" href="../polymer/polymer.html">
<script>
Polymer({is: 'el-one'});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment