codebrew / backbone-rails

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

Could not correctly install because "//= require_tree" was intentionally missing from my application.js #100

Closed RyanScottLewis closed 10 years ago

RyanScottLewis commented 12 years ago

I intentionally removed the require_tree line from my application.js file so the generator could not correctly insert the assets into the file.

See: https://github.com/codebrew/backbone-rails/blob/master/lib/generators/backbone/install/install_generator.rb#L16

gfrancesco commented 12 years ago

same here