alchaplinsky / polymer-rails

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

Generate component with coffee/sass template if the specific gem is installed. #62

Open namiwang opened 8 years ago

namiwang commented 8 years ago

Just like in Rails, if you've already installed the gem for coffee/sass/haml, then rails g would generate those kind of files for template.

I'd like to make a PR for that.

alchaplinsky commented 8 years ago

@nanowang Agreed, go ahead and make that PR ;)