-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Stack level too deep during asset precompilation #1374
Comments
Run with --trace and post a stack trace please. |
@latortuga please take look into the gist. Last file is the stack trace |
Hmm... it seems sass-rails 3.1.6 sucked me, because sass 3.2 does not like one of activeadmin scss files. I still dunno what is the real problem, but downgrading sass-rails to 3.1.5 vanished this bug. However, I keep issue open, because it is should be related to sass 3.2. |
It's a Sass bug, so it has to be fixed there: rails/sass-rails#78 |
@jpmckinney thanks for pointing to that issue. I'll track it. |
Hi!
I experienced with 'stack level too deep' problem with asset precompilation. I am not sure its active_admin bug or bug in sprockets... but this is broken during i didn;t touched my code.
Rake output: https://gist.github.com/cabd748595a75a2619d9
In development mode, application works correctly, so the problem is around precompilation, not the normal compilation.
The text was updated successfully, but these errors were encountered: