-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI option to specify Storybook configuration #29
Comments
Okay. That's a good idea. May be it's the config dir. |
I'd second this. The config file is an important part of the overall codebase and it's hidden inside a dot-directory. |
@arunoda I think it would be better to specify filepath rather than directory. On that way I can name the file whoever I want. |
@Kevin-Wolf We will have a few config files over the time. (Currently we've two) |
Write a storybook for components in this addon #25
Hello!
I've started using react-storybook on a component library I am authoring and so far I like it. The only thing I haven't found on the docs and I think it can be better is the ability to specify the
config.js
path.Maybe an option like
--config
on the cli?The text was updated successfully, but these errors were encountered: