v0.3.0: Adding multiple file & minification support
Changelog
- Adding support for multiple files (via an array of files or globs) -> #2, #3,
- Adding a minify option -> #4; Thanks to @mikemartin!
- The plugin now gets called via
mix.html(),mix.buildHtml()is still supported but will be removed in a later version - Some documentation improvements