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

Add support for CommonJS, AMD, and global namespace usage methods. #110

Merged
merged 5 commits into from
Jan 30, 2014
Merged

Add support for CommonJS, AMD, and global namespace usage methods. #110

merged 5 commits into from
Jan 30, 2014

Commits on Jan 29, 2014

  1. Configuration menu
    Copy the full SHA
    e1ec181 View commit details
    Browse the repository at this point in the history
  2. Add jquery, underscore to package.json dependencies

    This way, require('backbone') just works as expected.
    bartek committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    1fbebb2 View commit details
    Browse the repository at this point in the history
  3. Resolve jshint warnings.

    bartek committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    73dd489 View commit details
    Browse the repository at this point in the history
  4. Add test to ensure NestedModel is attached to Backbone when using req…

    …uire()
    
    Introduces tape and a new grunt task, because mixing in this type of test
    with qunit seemed to be a pain. This separates the two environments while
    keeping consistent with a method to run tests.
    bartek committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    f3dd12e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Use grunt-mocha-test instead of grunt-tape due to node 0.8 compatibil…

    …ites
    
    Ends up coming from the writable stream here:
    tapjs/tap-parser#9 (comment)
    bartek committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    27634ee View commit details
    Browse the repository at this point in the history