class Sprockets::DirectiveProcessor

def process_compat_directive


//= compat

file in both Sprockets 1 and 2.
Makes it possible to use the same JavaScript source

Enable Sprockets 1.x compat mode.
def process_compat_directive
  @compat = true
end