Module: Closure

Defined in:
lib/closure-compiler.rb,
lib/closure/compiler.rb

Defined Under Namespace

Classes: Compiler, Error

Constant Summary collapse

VERSION =
"0.2.0"
COMPILER_VERSION =
"20100201"
JAVA_COMMAND =
'java'
COMPILER_JAR =
File.expand_path(File.dirname(__FILE__) + "/../vendor/closure-compiler-#{COMPILER_VERSION}.jar")