There was an error while loading. Please reload this page.
1 parent 36f3f2f commit bb39beeCopy full SHA for bb39bee
src/tureki/PhpCc.php
@@ -17,7 +17,7 @@ public function __construct($options)
17
{
18
$this->options = array(
19
'java_file' => 'java',
20
- 'jar_file' => __DIR__.'/vendor/closure-compiler/compiler.jar',
+ 'jar_file' => __DIR__.'/../../closure-compiler/compiler.jar',
21
'output_path' => '/',
22
'optimization' => 'SIMPLE_OPTIMIZATIONS',
23
'charset' => 'utf-8',
0 commit comments