Skip to content

Commit

Permalink
Use Opal::Compiler directly
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 23, 2013
1 parent 281c134 commit 30e704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opal/sprockets/processor.rb
Expand Up @@ -69,7 +69,7 @@ def evaluate(context, locals, &block)
:source_file => context.pathname.to_s
}

compiler = Opal::DependencyCompiler.new
compiler = Opal::Compiler.new
result = compiler.compile data, options

compiler.requires.each do |r|
Expand Down

0 comments on commit 30e704d

Please sign in to comment.