-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix AMD loading issues for Vendor and Helper Scripts #65
Conversation
Moved vendor and helper scripts above require.js script
I'd like this too |
Since this is fairly old and hasn't happened yet, I went ahead and made a fork. https://github.com/dannytatom/grunt-template-jasmine-requirejs |
@cloudchen Please could you merge or give rights to someone else (@dannytatom) to take over this on npm? |
Fix AMD loading issues for Vendor and Helper Scripts
Sorry for the late responding. v0.2.1 is just released. Have a try and let me know if it not goes well. |
@cloudchen I am not sure if you are trying to adhere to semvar, but if so, this is a major release change. It is definitely not backwards compatible. EDIT: Ah, you are on 0 major version. Scrap the above. We are using the pre-PR functionality to declare mock modules (amd). Likely this change should have created a new functionality, which would be above the require and have left the current functionality alone. Can we get a revert? |
It was my mistake. This PR shouldn't be merged and released. |
Released v0.2.2 to address it. |
Moved vendor and helper scripts above require.js script.
This helps alleviate issues where loading libraries like Backbone.js causes
Mismatched anonymous define() module
errors.