luangjokaj / wordpressify

🎈 Automate your WordPress development workflow.
http://www.wordpressify.co
MIT License
1.6k stars 142 forks source link

Live reload #121

Closed davidpenuelab closed 2 years ago

davidpenuelab commented 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!

luangjokaj commented 2 years ago

Just make sure you are watching for sass changes: https://www.wordpressify.co/docs/css-postcss-and-sass

watch('./src/assets/css/**/*.scss', stylesDev);