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

Update broccoli-coffee dependency to 0.7.0 #126

Closed ralmidani closed 7 years ago

ralmidani commented 7 years ago

The latest version (0.7.0) of broccoli-coffee uses CoffeeScript v1.11.1, which enables us to do module imports and exports without using backticks.

Is there a plan to update this dependency soon, or do we need to update the blueprint framework along with changing the dependency?

kimroen commented 7 years ago

Yeah, it's very exciting! There's a pull request for it right over here, that I might get to and release this weekend. That's my hope, anyway!

https://github.com/kimroen/ember-cli-coffeescript/pull/124

ralmidani commented 7 years ago

Looking forward to it! Thank you!