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

Blueprint: Use rsvp instead of ember-cli/lib/ext/promise #147

Closed olleolleolle closed 6 years ago

olleolleolle commented 7 years ago

This PR is an attempt to avoid the Deprecation warning

DEPRECATION: `ember-cli/ext/promise` is deprecated, use `rsvp` instead. Required here: 

Fixes #143

kimroen commented 6 years ago

Thanks again for this! I'm focusing on getting ember-cli-document-title up and running again after being away for a while, but this addon is up next, so it hopefully won't be too long. There's a ton of improvements left to be made here.