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

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 24, 2016

Prior to these changes a few things were missing from a build when just npm install'ed (benchmark node library, all of bower components libs, etc).

This PR changes things around so that if devDeps or bower components are missing the main package libs still build properly.

So that we do not have to run bower install in the nested glimmer-engine
dep from Ember itself.
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
Copy link
Member Author

rwjblue commented Jan 24, 2016

@stefanpenner r?



var tokenizerPath = path.join(require.resolve('simple-html-tokenizer'), '..', '..', 'lib');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefanpenner
Copy link
Contributor

LGTM, left some nit-picks but they shouldn't block this.

@rwjblue
Copy link
Member Author

rwjblue commented Jan 25, 2016

Thanks @stefanpenner! I'll poke at Stew's npm for a minute to see if I can just use it out of the box.

chancancode added a commit that referenced this pull request Jan 25, 2016
Make consumable from Ember without `npm link`.
@chancancode chancancode merged commit 6f32d1f into glimmerjs:master Jan 25, 2016
@rwjblue rwjblue deleted the buildy-things branch January 26, 2016 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants