Gulp watch browserSync injection not working

BS is detecting the file change; however, I’m not getting a CSS injection. An edit to a .php page is causing a hard reload. I added

logLevel: "debug"

to

browserSync({proxy: config.devUrl})

but no information involving injection is printed. Only

[15:39:01] Starting 'wiredep'...
[15:39:01] Finished 'wiredep' after 306 ms
[15:39:01] Starting 'styles'...
[BS] 1 file changed (main.css)
[15:39:03] Finished 'styles' after 2.05 s

Any suggestions? Thank you in advance!

I moved a post to an existing topic: Browser Sync not refreshing after injecting css

This topic is now unlisted. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link.