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

Generating route tries to generate an entry in route.js #82

Closed kdabrowski closed 9 years ago

kdabrowski commented 9 years ago

Hey

I have an issue while generating routes in my app. Every time I run:

ember g route example

I'm getting the following:

 create app/templates/example.emblem
ENOENT, ../app/router.js'
Error: ENOENT, no such file or directory '../app/router.js'

Thanks in advance

kimroen commented 9 years ago

That is very interesting. I tried this now, and have no problems. Could you elaborate a bit?