class Sprockets::NullCompressor
:nodoc:
needed but using the same asset pipeline as production is desired.
whatsoever. It is useful in development mode, when compression isn’t
This compressor simply returns the asset as-is, without any compression
An asset compressor which does nothing.
def compress(content)
needed but using the same asset pipeline as production is desired.
whatsoever. It is useful in development mode, when compression isn't
This compressor simply returns the asset as-is, without any compression
An asset compressor which does nothing.
def compress(content) content end