felt
felt copied to clipboard
Fix the check condition when only --config is specified
When only --config is specified,
$ felt --config
not only the default config file felt.config.js, the recipe felt-recipe-minimal is always used too.
So, I changed the check condition to use only felt.config.js.
Is this change correct ?