Closed davidpenuelab closed 2 years ago
Sometimes, when launching the environment (yarn dev), working with sass, the task won't reload the php or sass or js. I am not sure if there is a way to put a delay or why this happens.
Im working on an intel mac Monterrey 12.1.
Any suggestions? Thanks!
Just make sure you are watching for sass changes: https://www.wordpressify.co/docs/css-postcss-and-sass
watch('./src/assets/css/**/*.scss', stylesDev);
Sometimes, when launching the environment (yarn dev), working with sass, the task won't reload the php or sass or js. I am not sure if there is a way to put a delay or why this happens.
Im working on an intel mac Monterrey 12.1.
Any suggestions? Thanks!