meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
810 stars 126 forks source link

Sprockets Error can't find backbone/backbone/ #61

Closed treble37 closed 9 years ago

treble37 commented 10 years ago

When the below is written to application.js as part of the backbone generator install,

//= require backbone/backbone

you get a Sprockets error. When you remove it, everything seems to work fine...What is the "backbone/backbone" intended for?

andrewhavens commented 10 years ago

I just installed version 1.1.1.0 and did not see this behavior. Your line should look like //= require backbone. What version are you using?