sass / sassc-rails

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

try app_middleware instead of middleware #153

Open Hamms opened 3 years ago

Hamms commented 3 years ago

This is a re-application of the change originally attempted in https://github.com/rails/sass-rails/pull/386

It fixes https://github.com/rails/sass-rails/issues/136 and https://github.com/rails/sass-rails/issues/385, allowing this plugin to be used in a wider variety of contexts.

As with the original attempt, we're still not sure if this is the ideal fix and are open to suggestions of other ways to enable this functionality!