ember-try icon indicating copy to clipboard operation
ember-try copied to clipboard

Add a blueprint for generating a default config/ember-try.js

Open ghost opened this issue 10 years ago • 2 comments

This would make the setup process for ember-try a bit easier.

(Sorry for this, I just saw the todo list at the bottom of the README.md)

ghost avatar Apr 07 '15 09:04 ghost

Side effect of this is making upgrade ember-try easier.

ming-codes avatar Mar 17 '16 05:03 ming-codes

The config has never been backwards-incompatible.

There's now a command to get the config that is being used by ember-try (ember try:config), which can then be copied to config/ember-try.js and modified. And there's now way to configure without using scenarios (see versionCompatibility in Readme) such that the config is unnecessary for most addons. I feel this may be sufficient as the config should be irrelevant for many users.

kategengler avatar Mar 18 '16 02:03 kategengler