class Sprockets::Preprocessors::DefaultSourceMap

Private: Adds a default map to assets when one is not present

If the input file already has a source map, it effectively returns the original result. Otherwise it maps 1 for 1 lines original to generated. This is needed Because other generators run after might depend on having a valid source map available.