Fix output path

This commit is contained in:
Abhishek Kandoi 2013-10-01 00:38:51 +05:30
parent da01a0b680
commit bcc5333b95

View File

@ -17,7 +17,7 @@ use Assetic\Filter;
// Application defaults
$config = (object) array(
"source" => "",
"output" => "./output/",
"output" => "./output",
"template" => "modern",
"refresh" => false,
"pdf" => false