Sha256: ca7fd8e180b2b8335cb11ae6acd4e248a4f8bcd9e88a64718917ce7389204eae
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
module Closure VERSION = "1.1.14" COMPILER_VERSION = "20180506" JAVA_COMMAND = 'java' COMPILER_ROOT = File.expand_path(File.dirname(__FILE__)) COMPILER_JAR = File.join(COMPILER_ROOT, "closure-compiler-#{COMPILER_VERSION}.jar") end require 'closure/compiler'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
closure-compiler-1.1.14 | lib/closure-compiler.rb |