-
Notifications
You must be signed in to change notification settings - Fork 27
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
JavaScript heap out of memory #372
Comments
I also have this in a project where there are a lot of SCSS imports, with a long tree dependency I didn't come up with an idea of what is it... |
What closure compiler has to do with CSS imports? |
I can’t say that I am good at the closure compiler. In this regard, I am a complete beginner but it seems to me that the problem is related to the circular dependency usually, if I got similar errors, they were always related to the circular dependency and most likely my problem is precisely this |
Apologies for delays looking into this. I’m out on paternity leave, but will try to address as soon as I can. |
No worries. Thanks for your time. Also I tried some more: If I run compiler in dev environment it runs fine. Even in advanced mode. Then it has |
How do we reproduce the issue?
We'll likely need to know:
When I remove compiler logs are fine.
The text was updated successfully, but these errors were encountered: