Hi, when I run `brunch watch`, and change a file that is not `index.styl`, it does not update. Example: run `brunch watch` modify `index.styl` It says `info: compiled index.styl into main.css in 378 ms`, and browsersync injects the new styles. Good :white_check_mark: modify `components/idea-card/_index.styl`, which is `require`d by `index.styl` I get `info: compiled in 78 ms`, but none of the changes are actually built I have to restart `brunch watch` to get the changes. Not good :x:
Hi, when I run
brunch watch, and change a file that is notindex.styl, it does not update.Example:
run
brunch watchmodify
index.stylIt says
info: compiled index.styl into main.css in 378 ms, and browsersync injects the new styles. Good ✅modify
components/idea-card/_index.styl, which isrequired byindex.stylI get
info: compiled in 78 ms, but none of the changes are actually builtI have to restart
brunch watchto get the changes. Not good ❌