stefanpenner / ember-app-kit

deprecated: see https://github.com/stefanpenner/ember-cli
MIT License
1.02k stars 230 forks source link

Allow Ember Init and Generate for Coffeescript #645

Closed srsgores closed 10 years ago

srsgores commented 10 years ago

It's very frustrating that I have to go and replace all the default .js files with coffeescript ones, on ember init. Why can't I just specify a flag, like there was in ember app kit:

ember init coffee:true

I would also like to see the same feature in generators:

generate route about coffee:true

srsgores commented 10 years ago

This was supposed to be in ember CLI. Posting there. My bad.