Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sass watch is watching 100,000s of files #60

Closed
mofojed opened this issue Jun 8, 2021 · 1 comment · Fixed by #73
Closed

sass watch is watching 100,000s of files #60

mofojed opened this issue Jun 8, 2021 · 1 comment · Fixed by #73
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mofojed
Copy link
Member

mofojed commented Jun 8, 2021

Steps to Reproduce

  1. Run npm start from the root directory
  2. 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?

    COUNT     PID USER     COMMAND
--------------------------------------
  104768   168748 bender   node /home/bender/dev/deephaven/iris-oss/web-client-ui/main/packages/chart/node_modules/.bin/sass --load-path=../../node_module
  104243   168787 bender   node /home/bender/dev/deephaven/iris-oss/web-client-ui/main/packages/iris-grid/node_modules/.bin/sass --load-path=../../node_mo
  103492   168876 bender   node /home/bender/dev/deephaven/iris-oss/web-client-ui/main/packages/console/node_modules/.bin/sass --load-path=../../node_modu
   93774   168722 bender   node /home/bender/dev/deephaven/iris-oss/web-client-ui/main/packages/components/node_modules/.bin/sass --load-path=../../node_m

@mofojed mofojed added the bug Something isn't working label Jun 8, 2021
@mofojed mofojed added this to the June 2021 milestone Jun 8, 2021
@mattrunyon
Copy link
Collaborator

sass/dart-sass#1377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants