Skip to content

v0.3.0

Choose a tag to compare

@patrickarlt patrickarlt released this 22 Jun 00:01

Changed

  • Built-in server is now based on BrowserSync and has built in live reload support.
  • Buitl in server no longer needs to wait for the entire site to be built. It now builds and serves pages as requested.
  • server and watcher options are deprecated. Now pass the mode option with a value of 'server' 'watch' or'build'`.
  • findPort option is deprecated. A port is always found by default now.

Fixed

  • Watching for changes to the configuration file should now work as expected.
  • Tests now pass on Windows and are run with the AppVeyor CI.

Removed

  • Support for 404 pages. This was a feature that was lost with the move to BrowserSync. It may be added back in the future.