brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

Timeout problems on Mac OS X

Open derwaldgeist opened this issue 9 years ago • 0 comments

Since I switched from Windows to OS X, I cannot use the Ruby compiler any more because Brackets Sass always runs into a time-out error.

Now, my project has grown, and the same problem occurs with libsass as well. I always get the error that the SCSS compilation ran into a time-out (after 10.000 ms).

So in effect, I am not able to use this extension anymore, which is very sad, because it is very helpful once it works. Even if you disable Sass compilation in .brackets.json, the same timeout error occurs during linting, so linting is also not working any more. What makes everything worse is that there is a node process running amok and consuming a lot of processor load. The only solution is to kill Brackets completely and manually, and the node process as well.

Is there any chance to have a fix for this? Or, at least, be able to define a longer time-out value? Obviously, 10.000 ms is not enough if you have a lot of distributed and connected Sass files.

derwaldgeist avatar Jul 27 '15 13:07 derwaldgeist