Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
BradCrumb committed Jun 4, 2013
1 parent 0094d63 commit e78bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ After that time the cache expires and after a new request the component will che
### Possible Component Settings
public $components = array(
'LessCompiler.less' => array(
'sourceFolder' => false, // Where to look for LESS files, (From the APP directory)
'sourceFolder' => 'less', // Where to look for LESS files, (From the APP directory)
'targetFolder' => false, // Where to put the generated css (From the webroot directory)
'formatter' => 'compressed', // lessphp compatible formatter
'preserveComments' => null, // Preserve comments or remove them
Expand Down

0 comments on commit e78bfa5

Please sign in to comment.