Skip to content

Commit

Permalink
Added configuration to READ.me
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Apr 3, 2015
1 parent 84239b6 commit 3a7f1e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ class AppController extends Controller
}
```

### Configuration ###

All configuration is namespaced, just as this plugin into `WyriHaximus.MinifyHtml`. The following options are available:

`debugOverride` (bool) Defaults to `false`. Everwrite debug and minify when debug it on.
`factory` (string) Defaults to `WyriHaximus\HtmlCompress\Factory::constructFastest`. Speficy a parser factory, `constructFastest`, `construct`, and `constructSmallest` are build in.

### License ###

Copyright 2015 [Cees-Jan Kiewiet](http://wyrihaximus.net/)
Expand Down

0 comments on commit 3a7f1e4

Please sign in to comment.