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 a route that exists adds a duplicate in `router.coffee` #4

Closed kimroen closed 10 years ago

kimroen commented 10 years ago

Add a check for the generated route or resource before adding it to router.coffee.

This has been fixed already in ember-cli, needs adopting for .coffee. https://github.com/stefanpenner/ember-cli/pull/1042