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

Make consumable from Ember without npm link. #49

Merged
merged 2 commits into from
Jan 25, 2016

Commits on Jan 24, 2016

  1. Move SHT to NPM dep.

    So that we do not have to run bower install in the nested glimmer-engine
    dep from Ember itself.
    rwjblue committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    e699f47 View commit details
    Browse the repository at this point in the history
  2. Do not use bower_components or devDeps if not present.

    This allows the build to succeed even if bower_components is missing.
    This is important when running the ember-cli-build.js file from within
    another project (which includes its own QUnit and loader).
    rwjblue committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    25ed93f View commit details
    Browse the repository at this point in the history