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
Check the number of watched files (from StackOverflow: curl -s https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/inotify-consumers | bash)
Expected Results
2) Only the scss files in our src directories are watched
Actual Results
2) 100,000s of files are being watched... all of node_modules maybe?
Steps to Reproduce
npm start
from the root directorycurl -s https://raw.githubusercontent.com/fatso83/dotfiles/master/utils/scripts/inotify-consumers | bash
)Expected Results
2) Only the scss files in our src directories are watched
Actual Results
2) 100,000s of files are being watched... all of node_modules maybe?
The text was updated successfully, but these errors were encountered: