Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backbone 1.1.2 is available, please update #10

Open
alexey-shaposhnikov opened this issue Mar 4, 2014 · 4 comments
Open

Backbone 1.1.2 is available, please update #10

alexey-shaposhnikov opened this issue Mar 4, 2014 · 4 comments

Comments

@alexey-shaposhnikov
Copy link

Hello

Could you please update to 1.1.2?

jashkenas@53f7790

Thanks!

@jrburke
Copy link

jrburke commented Mar 5, 2014

Backbone now supports AMD registration itself, so you could just get the release directly from jashkenas/backbone. Does that work, or are you tied to this repo in some way?

@ghost
Copy link

ghost commented Mar 5, 2014

@alexeyCRLNX Backbone.js 1.1.2 worked fine for me. I was a bit surprised that I could also remove the Underscore.js shim that I had (release notes for Underscore.js indicate it does not support AMD). I might just be getting lucky in the load order? My require.config now looks like:

require.config({
    paths: {
        jquery:              '/js/lib/jquery-1.11.0.min',
        underscore:          '/js/lib/underscore-min',
        backbone:            '/js/lib/backbone-min'
   }
});

@blowery
Copy link

blowery commented Mar 5, 2014

latest underscore supports AMD too. It's at the end of the source file.

@leo60228
Copy link

See #12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants