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

Refactor dependency loader #6

Open
tracend opened this issue Aug 4, 2013 · 0 comments
Open

Refactor dependency loader #6

tracend opened this issue Aug 4, 2013 · 0 comments

Comments

@tracend
Copy link
Member

tracend commented Aug 4, 2013

Originally Construct came with a require config, the reasoning being that it will be tested against specific versions of jQuery, Handlebars, Backbone etc and updated occasionally with stable versions of these libraries

As the libraries get updated independently, already loaded on the client-side or even may be optional (ex. backbone-app), to avoid conflicts in (re)setting the require config it is best if the library is decoupled from the require config and allow the dependencies to be broadcast in a less intrusive way.

tracend added a commit that referenced this issue Aug 4, 2013
tracend added a commit that referenced this issue Aug 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant