You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that when I'm working on a project, if I stop and do nothing,
The terminal will often show something like the following
[Browsersync] File event [change] : theme\style.css
Done in 947µs
Done in 1ms
Done in 825µs
Done in 875µs
[Browsersync] File event [change] : theme\style.css
Done in 3ms
Done in 3ms
Done in 4ms
Done in 4ms
Done in 2ms
Done in 2ms
Done in 3ms
[Browsersync] File event [change] : theme\style.css
[Browsersync] File event [change] : theme\style.css
[Browsersync] File event [change] : theme\style.css
[Browsersync] File event [change] : theme\style.css
[Browsersync] File event [change] : theme\style.css
[Browsersync] File event [change] : theme\style.css
Done in 5ms
Done in 5ms
Done in 2ms
Done in 1ms
[Browsersync] File event [change] : theme\style.css
Done in 5ms
Done in 5ms
Done in 2ms
Done in 3ms
Done in 3ms
But I was just looking at the screen, eating dinner, and not touching it, so why did the above appear? Nobody is modifying my project
I tested using VSCode, Cursor and Windsurf and the same thing happened. What did I do wrong? Or is this normal? Based on my previous experience with gulp + bs, this is not normal.
The text was updated successfully, but these errors were encountered:
I added
npm run watch-bs
to my new _tw v4 projectI find that when I'm working on a project, if I stop and do nothing,
The terminal will often show something like the following
But I was just looking at the screen, eating dinner, and not touching it, so why did the above appear? Nobody is modifying my project
I tested using
VSCode
,Cursor
andWindsurf
and the same thing happened. What did I do wrong? Or is this normal? Based on my previous experience withgulp + bs
, this is not normal.The text was updated successfully, but these errors were encountered: