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 // Application defaults
$config = (object) array( $config = (object) array(
"source" => "", "source" => "",
"output" => "./output/", "output" => "./output",
"template" => "modern", "template" => "modern",
"refresh" => false, "refresh" => false,
"pdf" => false "pdf" => false