ember-cli-coffeescript icon indicating copy to clipboard operation
ember-cli-coffeescript copied to clipboard

Investigate if addon blueprints can be removed.

Open mriska opened this issue 8 years ago • 0 comments

The blueprints for addons:

  • addon-import
  • component-addon
  • helper-addon
  • initializer-addon
  • route-addon

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?

mriska avatar Feb 13 '17 19:02 mriska