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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: ember addon ember-cli-autoprefixer #8

Merged
merged 2 commits into from Feb 20, 2015

Conversation

alexdiliberto
Copy link
Contributor

Updating the base addon configuration to adopt the newer ember addon <name> generated style. This allows for testing and proper conventions. I also updated your License to be the non-line break MIT format with the updated year.

Look it over and let me know if you like it 馃憤

this.enabled = this.options.enabled;
},
postprocessTree: function(type, tree) {
var tree;
Copy link
Owner

Choose a reason for hiding this comment

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

Won't this override the tree-variable passed in to the function?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kimroen Aghh good catch there, It was working so I presume it wasn't overriding but I should remove that var declaration

@kimroen
Copy link
Owner

kimroen commented Feb 4, 2015

Thank you very much for doing this - I've been planning change the format and add tests for a while. I really appreciate it!

@alexdiliberto
Copy link
Contributor Author

@kimroen Yea no problem, just let me know about that delete this.options.enabled and I'll put in a fix for the things you commented on

Based on comments from kimroen#8
@alexdiliberto
Copy link
Contributor Author

@kimroen OK, I have addressed the comments

alexdiliberto@6d3e5a7

@alexdiliberto
Copy link
Contributor Author

@kimroen ping

any update here? Are you hesitant to merge for some reason. I can make updates if you would like.

@kimroen
Copy link
Owner

kimroen commented Feb 18, 2015

I will merge this, I just haven't had the time to look it over properly and test yet.

One thing though: I think it's better to check the actual generated files for the test instead of inspecting the elements in the running app. Something is absolutely better than nothing though :)

@kimroen
Copy link
Owner

kimroen commented Feb 20, 2015

This looks good! I'll merge it and update some stuff that has changed since this was created (like the QUnit syntax and other dependencies).

Thank you again, and sorry for the delay!

kimroen added a commit that referenced this pull request Feb 20, 2015
Update: `ember addon ember-cli-autoprefixer`
@kimroen kimroen merged commit 6e424e4 into kimroen:master Feb 20, 2015
@alexdiliberto alexdiliberto deleted the generate-addon branch February 20, 2015 19:09
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

2 participants