WyriHaximus / HtmlCompress

MIT License
78 stars 17 forks source link

Make HtmlMin injectable #93

Closed WyriHaximus closed 4 years ago

WyriHaximus commented 4 years ago

Builds on top of @abuyoyo's #87 by reversing the pattern introduced there. The factory now accepts HtmlMin to allow changing configuration on it before injecting it, rather than changing after creating it as requested in #86