Merge pull request #3 from abhikandoi2000/master

Append a trailing slash to the output filepath
This commit is contained in:
Craig Davis 2013-09-30 12:21:06 -07:00
commit 3cf3d4df43

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