Closed sylvainbx closed 3 years ago
the error comes from some JavaScript engine (I guess it could be a js minifier / parser?). This gem uses C extensions, but it has nothing to do with JavaScript, so I think the problem lies elsewhere.
Ok thanks for your reply, I will check on that side.
We recently update sassc from 2.2.1 to 2.4.0 to fix #146 It worked fine but a new issue appeared since then that I suspect to be related to sassc.
When we build the assets of our project on computers with 2 Gb of RAM, the compilation fails with one of the following error message:
The compilation succeed on computers with 4 Gb of RAM. Previously, using sassc 2.2.1 we had no issues with only 2 Gb of memory.
Steps to reproduce :
run this script on a computer with 2 Gb of available memory, it will fail during the assets compilation phase.