Skip to content

Commit 3cd2f93

Browse files
authored
changed CLOSURE_BINARY to fix tests (#683)
1 parent 537328c commit 3cd2f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def node_exe_path(command):
155155
PIPELINE.update({
156156
'CLOSURE_BINARY': [
157157
JAVA_EXE_PATH, '-jar',
158-
os.path.join(NODE_MODULES_PATH, 'google-closure-compiler', 'compiler.jar')],
158+
os.path.join(NODE_MODULES_PATH, 'google-closure-compiler-java', 'compiler.jar')],
159159
'YUI_BINARY': [
160160
JAVA_EXE_PATH, '-jar',
161161
glob.glob(os.path.join(NODE_MODULES_PATH, 'yuicompressor', 'build', '*.jar'))[0]]

0 commit comments

Comments
 (0)