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

Manually append legacy blueprints #118

Closed kimroen closed 7 years ago

kimroen commented 7 years ago

On older versions of ember-cli, before ember-cli-legacy-blueprints was added, this new setup of fetching the ancestral blueprint didn’t work.

We resolve this by manually adding the legacy blueprints path that ember-cli-coffeescript depends on to the list of paths to check. If it is already present, it will be deduplicated by ember-cli.

This extends the work done in #115