Open quiltedstars opened 1 year ago
Managed to get it working by going into the directory itself and running
browser-sync start --server --index test.html --files "*.*"
However, I think it's still an issue that it's running through all my files (or at least the ones via WINE?) if I mistakenly insert what I thought was the directory, as per the example:
Examples
Start a server from the app
directory, watching all files
I mean, I guess it works if it is watching all files in every directory, but my assumption would've been it's watching all files within the directory, in this case 'Practice'.
So even though I fixed it, I feel like this is still an issue?
Issue details
When I tried to call via "browser-sync start --server 'Practice' --index test.html --files="." it will load, but once I update the file (test.html) it will fail.
Originally it spit back that "System limit for number of file watchers reached" and told me that my chibios download was the cause, so I deleted it. Now I am getting this response:
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
browser-sync start --server 'Practice' --index text.html --files="."