Last active
September 26, 2015 02:51
-
-
Save garlicnation/04ba809eb1f2c03d97f3 to your computer and use it in GitHub Desktop.
Example sharded vulcanize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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