rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

Just being curious #126

Closed josephrexme closed 9 years ago

josephrexme commented 9 years ago

What makes this different from just setting up bower with rails like http://dotwell.io/taking-advantage-of-bower-in-your-rails-4-app/ . I'll just like to know if it poses more features than I already can with bower install, bower update from my rails root dir

SergeyKishenin commented 9 years ago

Gem gives a Bundler-like DSL that is more convenient for some people to use. Also it gives a bunch of options to deal with assets: https://github.com/42dev/bower-rails#configuration

SergeyKishenin commented 9 years ago

Actually it just depends on your taste how to marry Rails and Bower.

josephrexme commented 9 years ago

Thanks