sass / sassc-rails

Integrate SassC-Ruby with Rails!
MIT License
707 stars 104 forks source link

Fix segfault by defining the asset_url function in the right context #148

Open botandrose opened 4 years ago

botandrose commented 4 years ago

Hello! I hit a segfault upon upgrading my app to to Sprockets 4.0, and eventually tracked it down to this.

I also think it might be the same issue as this: https://github.com/rails/sprockets/issues/633#issuecomment-561010553

botandrose commented 4 years ago

Okay, Travis is green! What do you think?

HamptonMakes commented 4 years ago

@botandrose is there anyway to test this change? Is this backwards compatible?