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

Ember data update #97

Closed
wants to merge 3 commits into from

Commits on Oct 13, 2013

  1. Creates the directory for the output file if it doesn't exist yet.

    Removes some of the friction when specifying an output directory. This is specially important when the output is different than the dev dir and we're not committing the output (and don't like `.gitkeep` files).
    MiguelMadero committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    ddf0ba2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. Configuration menu
    Copy the full SHA
    3aa99fd View commit details
    Browse the repository at this point in the history
  2. Updates store.js to work with the new version of the ember-data. Th…

    …e adapter is the Constructor function instead of an instance.
    MiguelMadero committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    172b721 View commit details
    Browse the repository at this point in the history