Closed ryanmt closed 6 years ago
Bah, mistakenly had left the require 'sprockets/railties'
in my application.rb, so this doesn't help at all with #13
Sorry for the slow response, but thank you for this refactor! I just shipped 1.4.10 with your improvements 😎
References #37: Rails association should be more flexible now. The runtime dependency on
railties
is required for Engine.References #13: Having a runtime dependency on
sprockets-rails
explicitly ensures that sprockets will be available for handling application.{css,js} requests.