Fix output path
This commit is contained in:
parent
da01a0b680
commit
bcc5333b95
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue