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

Add ember-source to the "after" section of package.json #133

Closed kimroen closed 7 years ago

kimroen commented 7 years ago

Fixes #121

All the built-in blueprints will be provided by the ember-source addon in the future, so we need to make sure our blueprints come after (and override) these.