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

Blueprints don't work with Ember 2.6 #114

Closed huberts closed 8 years ago

huberts commented 8 years ago

Hi! I noticed the addon's blueprints stopped working after migrating to Ember-CLI 2.6.1:

npm install -g ember-cli@2.6.1
ember new newapp
cd newapp
ember generate component working-component
ember install ember-cli-coffeescript
ember generate component non-working-component
deverin commented 8 years ago

It is true for 2.7.0 too