Skip to content

Commit ca8c8c5

Browse files
committed
Move jar into lib/
1 parent 099a3d0 commit ca8c8c5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/closure-compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Closure
88

99
COMPILER_ROOT = File.expand_path(File.dirname(__FILE__))
1010

11-
COMPILER_JAR = COMPILER_ROOT + "/../vendor/closure-compiler-#{COMPILER_VERSION}.jar"
11+
COMPILER_JAR = File.join(COMPILER_ROOT, "closure-compiler-#{COMPILER_VERSION}.jar")
1212

1313
end
1414

0 commit comments

Comments
 (0)