Last one, I swear

This commit is contained in:
Joshua Sherman 2014-01-11 16:30:53 -05:00
parent dcee9e748a
commit b3c70ecdec

View file

@ -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));