alchaplinsky / polymer-rails

Polymer and web components for Ruby on Rails
MIT License
286 stars 80 forks source link

What is the proper way to install custom components from the community? #80

Closed TBenedyk closed 8 years ago

TBenedyk commented 8 years ago

Like the ones I find on customelements.io or directly on github. Is it always with bower?

HappyKadaver commented 8 years ago

You install them with bower like normal. The command rails g polymer:install adds a bowerrc.json to your project that configures bower to install to vendor/assets/components.

TBenedyk commented 8 years ago

Awesome, thanks!