We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099a3d0 commit ca8c8c5Copy full SHA for ca8c8c5
2 files changed
vendor/closure-compiler-20110119.jar lib/closure-compiler-20110119.jarvendor/closure-compiler-20110119.jar renamed to lib/closure-compiler-20110119.jar
lib/closure-compiler.rb
@@ -8,7 +8,7 @@ module Closure
8
9
COMPILER_ROOT = File.expand_path(File.dirname(__FILE__))
10
11
- COMPILER_JAR = COMPILER_ROOT + "/../vendor/closure-compiler-#{COMPILER_VERSION}.jar"
+ COMPILER_JAR = File.join(COMPILER_ROOT, "closure-compiler-#{COMPILER_VERSION}.jar")
12
13
end
14
0 commit comments