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

Extracts CoreObject into a separate library. #1752

Merged
merged 1 commit into from Aug 26, 2014
Merged

Extracts CoreObject into a separate library. #1752

merged 1 commit into from Aug 26, 2014

Conversation

twokul
Copy link
Contributor

@twokul twokul commented Aug 25, 2014

This is a first step towards the direction of splitting ember-cli into micro libraries. CoreObject now lives under stefanpenner/core_object.

@@ -17,12 +17,14 @@ var preprocessJs = p.preprocessJs;
var preprocessCss = p.preprocessCss;
var preprocessTemplates = p.preprocessTemplates;

var CoreObject = require('core_object');
Copy link
Member

Choose a reason for hiding this comment

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

Why underscored?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@stefanpenner named the repo core_object. I named the package core_object.

Copy link
Contributor

Choose a reason for hiding this comment

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

underscore seems odd to me considering everything else is hyphenated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

its now dasherized

@twokul
Copy link
Contributor Author

twokul commented Aug 26, 2014

@rwjblue @stefanpenner PR updated and ready to be merged in.

@rwjblue
Copy link
Member

rwjblue commented Aug 26, 2014

@twokul - It also needs to be added to the bundled deps section in the package.json.

This is a first step towards the direction of splitting `ember-cli` into
micro libraries. `CoreObject` now lives under
[stefanpenner/core_object](https://github.com/stefanpenner/core_object).
@twokul
Copy link
Contributor Author

twokul commented Aug 26, 2014

@rwjblue good catch! fixed.

@rwjblue
Copy link
Member

rwjblue commented Aug 26, 2014

LGTM

@stefanpenner - any last words?

@twokul
Copy link
Contributor Author

twokul commented Aug 26, 2014

@rwjblue sounds like a threat to @stefanpenner

stefanpenner added a commit that referenced this pull request Aug 26, 2014
Extracts CoreObject into a separate library.
@stefanpenner stefanpenner merged commit 2da5d57 into ember-cli:master Aug 26, 2014
@twokul twokul deleted the core-object branch August 26, 2014 03:46
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

5 participants