Improvement - Dev enviroment for core folder doesn't have watchers
Closed this issue · 1 comments
Describe current situation
Describe what the current situation and what problem it is causing for this improvement
Under the core folder for foundation, we can't live edit files and see the effected changes directly in the browser.
We need to rebuild to see the change in core/**
Theme is running on gulp that have watchers for the theme/light for example
Describe the improvement
A clear and concise description of what kind of improvement you have in mind.
Somehow make it possbile to rebuild everything under the core/** with storybook running with lerna
If applicable, please provide steps to reproduce
Steps to reproduce the behavior:
- Run storybook
- Do changes in a core/**/*.scss file
- Save it
- Since there is no watcher nothing will happened
It worked before because everything was under the theme/light folder that uses gulp watchers