Skip to content

v0.3.0: Adding multiple file & minification support

Choose a tag to compare

@philicevic philicevic released this 14 Jun 13:30
· 92 commits to master since this release

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