Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Last active September 26, 2015 02:51
Show Gist options
  • Save garlicnation/04ba809eb1f2c03d97f3 to your computer and use it in GitHub Desktop.
Save garlicnation/04ba809eb1f2c03d97f3 to your computer and use it in GitHub Desktop.
Example sharded vulcanize
npm install -g git+ssh://[email protected]:PolymerLabs/web-component-shards.git
git clone https://github.com/PolymerElements/paper-button.git
cd paper-button
git checkout sampleShards
bower install
web-component-shards -e index.html -e paper-button.html
cd dist
http-server
# Open up a browser and check out the functional iron-component-page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment