Open kewubenduben opened 9 years ago
It looks you have the following config in any place.
config.app_generators.javascript_engine false
Or --javascript-engine false
option is passed to generator.
Please try:
$ bundle exec rails generate ember:bootstrap --javascript-engine js
That worked. Should that be in the README and top note?
I prefer throw error with message including available options if invalid option is given.
By the way, where do you configure config.app_generators.javascript_engine
?
Or caused by other gems?
The rails app is generated from Thoughtbot's suspenders.
:+1: with the better error message.
Thanks, I see. It can't be avoided.
If you would be interested in matter, would you mind sending a PR?
What am I missing here?