lib/closure-compiler.rb



require File.expand_path(File.dirname(__FILE__) + '/closure/compiler')

module Closure

  VERSION = "0.1.2"

  JAVA_COMMAND = 'java'

  COMPILER_JAR = File.expand_path(File.dirname(__FILE__) + "/../vendor/closure-compiler-20091113.jar")

end