You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I’m using yuglify through django-pipeline and I’m getting the above error when compressing my JS. A naive attempt at running node with --max-old-spaace-size=8192 did not work (I tried editing the shebang line in /usr/bin/yuglify).
Do you have any hints on how I would go about debugging/fixing this?
The text was updated successfully, but these errors were encountered:
you have 2 a's in --max-old-spaace-size=8192. but im sure you've probably figured that out by now.
anyway, im in the same boat. how do i pass options to nodejs through the yuglify command?
Hey, I’m using yuglify through django-pipeline and I’m getting the above error when compressing my JS. A naive attempt at running node with
--max-old-spaace-size=8192
did not work (I tried editing the shebang line in/usr/bin/yuglify
).Do you have any hints on how I would go about debugging/fixing this?
The text was updated successfully, but these errors were encountered: