codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

Default coffeescript dependency is kinda wrong #182

Closed j-em closed 9 years ago

j-em commented 9 years ago

By default, a new rails project already comes with coffee-rails which already depends on coffee-script. Why not make backbone-rails depending on coffee-railsinstead ?

This would fix this kind of problem selection_038

backus commented 9 years ago

+1

Edit: This was not an issue for me once I pointed my Gemfile to this github repo, but it would be nice to just use rubygems

manusajith commented 9 years ago

@je-allard I guess we can close this as #183 is merged