Closed cmccauley closed 3 years ago
Using this gem forces the app to add a require for sprockets/railtie.
sprockets/railtie
Not all rails app needs this. For instance, a Rails app generated in API Only mode.
If this gem needs sprockets/railtie to work, it probably make sense to require it as well.
Using this gem forces the app to add a require for
sprockets/railtie
.Not all rails app needs this. For instance, a Rails app generated in API Only mode.
If this gem needs
sprockets/railtie
to work, it probably make sense to require it as well.