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

Export initializers without intermediate variables #139

Closed mriska closed 7 years ago

mriska commented 7 years ago

This PR fixes one remaining generator that did not export its variables directly.

This was an oversight in #137