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

Investigate if addon blueprints can be removed. #140

Open mriska opened 7 years ago

mriska commented 7 years ago

The blueprints for addons:

are now basically similar to the default ember blueprints. Check if it is possible to remove them from this addon completely.

@kimroen:

These files are now more or less identical to what the default ember -addon blueprints do. Can we remove them from ember-cli-coffeescript and still have them work?

I don't think we have tests for that, so we need to add a test for the addon-version of all the components that have addon-variants. Is that something you have the time to look into?