Closed treble37 closed 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?
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?
//= require backbone
When the below is written to application.js as part of the backbone generator install,
you get a Sprockets error. When you remove it, everything seems to work fine...What is the "backbone/backbone" intended for?