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

Switch to node-sass-chokidar? #531

Closed
sant123 opened this issue Jan 13, 2018 · 2 comments
Closed

Switch to node-sass-chokidar? #531

sant123 opened this issue Jan 13, 2018 · 2 comments

Comments

@sant123
Copy link

sant123 commented Jan 13, 2018

node-sass-chokidar

Why?

node-sass has been reported as having the following issues:

  • node-sass --watch has been reported to have performance issues in certain conditions when used in a virtual machine or with docker.

  • Infinite styles compiling #1939

  • node-sass has been reported as having issues with detecting new files in a directory #1891

  • node-sass-chokidar is used here as it addresses these issues.

Thank you!

@alexander-akait
Copy link
Member

@sant123 it is loader, node-sass-chokidar is for watching (cli using), we don't provide watch mechanism, it is do webpack using watchpack that already use chokidar. Can you describe problem in watch mode?

@sant123
Copy link
Author

sant123 commented Jan 15, 2018

Sorry @evilebottnawi, I missed that detail. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants