Skip to content

Commit bb39bee

Browse files
committed
Change options "jar_file" default setting
1 parent 36f3f2f commit bb39bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tureki/PhpCc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct($options)
1717
{
1818
$this->options = array(
1919
'java_file' => 'java',
20-
'jar_file' => __DIR__.'/vendor/closure-compiler/compiler.jar',
20+
'jar_file' => __DIR__.'/../../closure-compiler/compiler.jar',
2121
'output_path' => '/',
2222
'optimization' => 'SIMPLE_OPTIMIZATIONS',
2323
'charset' => 'utf-8',

0 commit comments

Comments
 (0)