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

Files aren't generated in proper directories #30

Closed e00dan closed 9 years ago

e00dan commented 9 years ago
kuzi@Lin64Hea7en:~/Projects/grruca$ ember g template xyz
version: 0.0.43
installing
  create app/__path__/xyz.hbs

Instead of app/templates/xyz.hbs. Same with view etc.

kimroen commented 9 years ago

Unfortunately, ember-cli-coffeescript doesn't support older versions of ember-cli. Please upgrade.