Fix output path

This commit is contained in:
Abhishek Kandoi 2013-10-01 00:38:51 +05:30
parent da01a0b680
commit bcc5333b95
1 changed files with 1 additions and 1 deletions

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