kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Redo components to match ember-cli #67

Closed kimroen closed 9 years ago

kimroen commented 9 years ago

Implementing the changes to components as implemented here and elsewhere: https://github.com/ember-cli/ember-cli/pull/3356

This is a fairly straight-forward change which mirrors the ember-cli one in most ways.

To make this happen, I'm overriding and changing some strings in locals in the base blueprint, but the superclass takes care of the logic of picking which path to take. Because we want javascript in the app-folder, letting the built-in component-addon blueprint do its thing works out here.

kimroen commented 9 years ago

This seems to be a bit in flux in ember-cli, so I'll hold off on this change for now.

kimroen commented 9 years ago

The great @artsyca figured this one out in #75.

Everything should now be good to finish implementing this. Tomorrow!

artsyca commented 9 years ago

:+1: Looking forward! Many thanks for your great work on this architecture!

kimroen commented 9 years ago

I ran in to an issue overriding some things, which I reported here: https://github.com/ember-cli/ember-cli/issues/4001

kimroen commented 9 years ago

@artsyca Released 0.11.0 with this and some other things.