Last one, I swear
This commit is contained in:
parent
dcee9e748a
commit
b3c70ecdec
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class Dynamic extends Object
|
|||
|
||||
if ($this->config->pickles['minify'] === true)
|
||||
{
|
||||
require_once $this->config->pickles['path'] . '.composer/autoload.php';
|
||||
require_once $this->config->pickles['path'] . 'vendors/composer/autoload.php';
|
||||
|
||||
$compiler = new Devize\ClosureCompiler\ClosureCompiler;
|
||||
$compiler->setSourceBaseDir(dirname($original_filename));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue