Module: Sprockets
- Defined in:
- lib/emcee/railtie.rb,
lib/emcee/helpers/sprockets/view_helpers.rb,
lib/emcee/helpers/sprockets/compressing_helpers.rb
Overview
Monkey patch Sprockets-rails so that loose html files are handled correctly. In the /assets/elements directory, loose html files should be compiled into application.html. They should not be carried over as single files.
Not sure that modifying another gem’s railtie is a good idea, but it works for now.
Defined Under Namespace
Modules: Compressing, Rails Classes: Railtie