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

Fix broken route and resource generators #151

Open mriska opened 6 years ago

mriska commented 6 years ago

This PR closes #146 by fixing the route generator to use locals from the ancestral blueprint.

It also enables two previously skipped tests by removing the parts of the tests that would fail due to app/router.coffee not existing.

olleolleolle commented 6 years ago

The Can\'t find variable: WeakMap is fixable by updating away from PhantomJs.

mriska commented 6 years ago

@olleolleolle The errors reported for ember-beta and ember-canary are the same as in current master, so I think they should be dealt with separately to this PR.