class Sprockets::DirectiveProcessor

def compat?

Checks if Sprockets 1.x compat mode enabled
def compat?
  @compat
end