class Opal::Sprockets::ERB

def call

def call
  compiler = Opal::ERB::Compiler.new(@data, logical_path.sub(/#{Opal::REGEXP_START}templates\//, ''))
  @data = compiler.prepared_source
  super
end