Not sure if its just me but having an issue in both WSL as well as spinning up a docker container to build a custom theme. The gulpfile.js does not seem to be detecting the changes to my css code. Im not sure what im doing wrong or if its a bug / gulpfile issue.
Im in the theme and run the npm run dev command and do get the output like below
my-theme@0.0.1 devgulp
[17:11:51] Using gulpfile /var/lib/ghost/content/themes/my-theme/gulpfile.js[17:11:51]
Starting ‘default’…[17:11:51]
Starting ‘css’…[17:11:52]
Finished ‘css’ after 216 ms[17:11:52]
Starting ‘serve’…[17:11:52]
Finished ‘serve’ after 20 ms[17:11:52]
Starting ‘cssWatcher’…
how ever if i make a change to assets\css\general\layout.css nothing changes on my site