rails/sprockets-rails

Make #197 optional?

sevenseacat opened this issue · 0 comments

Have run into an issue caused by #197 because I want to generate new assets dynamically in a directive, and Sprockets raises an error when trying to include the newly generated files in the same request.

Is it possible to make this opt-out? (I know it would be a performance hit)