Skip to content
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

Incompatible with non-stupid-digest-assets gem #5

Open
malively opened this issue Nov 13, 2018 · 1 comment
Open

Incompatible with non-stupid-digest-assets gem #5

malively opened this issue Nov 13, 2018 · 1 comment

Comments

@malively
Copy link

malively commented Nov 13, 2018

Our rails 4 app includes the non-stupid-digest-assets gem. I tried including your gem and running rake assets:precompile and I get the following stack level too deep error.

rake aborted!
SystemStackError: stack level too deep
/home/g/.rvm/gems/ruby-2.4.2-jemalloc@gemini/gems/non-stupid-digest-assets-1.0.8/lib/non-stupid-digest-assets.rb:26:in `compile'
/home/g/.rvm/gems/ruby-2.4.2-jemalloc@gemini/gems/turbo-sprockets-rails4-1.2.5/lib/turbo-sprockets/railtie.rb:10:in `compile_with_parallelism'
/home/g/.rvm/gems/ruby-2.4.2-jemalloc@gemini/gems/non-stupid-digest-assets-1.0.8/lib/non-stupid-digest-assets.rb:26:in `compile'
/home/g/.rvm/gems/ruby-2.4.2-jemalloc@gemini/gems/turbo-sprockets-rails4-1.2.5/lib/turbo-sprockets/railtie.rb:10:in `compile_with_parallelism'

Browsing through the non-stupid-digest-assets github there is an issue with a work around to get sprockets-derailleur working with it, alexspeller/non-stupid-digest-assets#25
I tried doing this work around for turbo-sprockets but it didn't seem to work. It would be great if turbo-sprockets could be compatible with non-stupid-digest-assets. Please let me know if you have any ideas for a work around!

@malively malively changed the title Stack Level Too Deep Incompatible with non-stupid-digest-assets gem Nov 14, 2018
@camertron
Copy link
Owner

Hey @malively thanks for the bug report. It would be super helpful if you could put together a demo rails app that reproduces the issue that I could use to dig into the problem. Is that something you'd be willing to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants