PolymerElements / iron-elements

Core elements
47 stars 23 forks source link

Make it easier for users to run element demos #7

Closed sorvell closed 8 years ago

sorvell commented 9 years ago

Because the demos often contain devDependencies, running them currently requires either using polyserve or moving elements manually.

Can this be made easier?

morethanreal commented 9 years ago

Hmm... I consider bower install and polyserve pretty easy. What is easier?

mbleigh commented 9 years ago

You can also view the demos by visiting the element page on the catalog and clicking the demo on the side (there will be direct deep links but there's a bug for direct demo links atm)

cdata commented 9 years ago

I agree with @sorvell : Bower sucks. Let's build something better than Bower.

fearphage commented 9 years ago

We already have something better than bower. It's called npm.

mbleigh commented 9 years ago

Very difficult to come up with a better solution than Bower until there's better de-duplication support in HTML Imports or a lower-level module loader spec.

notwaldorf commented 9 years ago

Assigning it to AJ to see if the wcw tool can address this

garlicnation commented 9 years ago

wcw install -r PolymerElements/iron-elements && http-server

garlicnation commented 9 years ago

At least if https://github.com/PolymerLabs/web-component-workspace/pull/1 is merged.

notwaldorf commented 8 years ago

polygitand polyserve both do this, I think we can close this thread :)

fearphage commented 8 years ago

@notwaldorf @garlicnation FYI PolymerLabs/web-component-workspace is still a private repo.