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

require.extensions deprecated, switch to browserify #75

Open
AdrianRossouw opened this issue May 15, 2013 · 1 comment
Open

require.extensions deprecated, switch to browserify #75

AdrianRossouw opened this issue May 15, 2013 · 1 comment

Comments

@AdrianRossouw
Copy link

not sure when it happened, but require.extensions (used to do the bones.js loading) has been deprecated for a while see the docs

I've recently been doing a little demo project with browserify and the browserify-middleware, and I managed to get a big chunk of that side of bones' functionality through just a few lines of code.

it's wonderful not having to have the separate backbone/jquery in assets anymore, and it makes upgrading those so much simpler. hell, the amount of code re-use just shoots through the roof.

when it comes time to upgrade my fork to 0.10.x/0.12.x, i will probably rewrite it to use browserify instead.

@AdrianRossouw
Copy link
Author

oh, and it supports inline source maps by default.

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

1 participant