Skip to content

v4.0.0

Choose a tag to compare

@enriquecaballero enriquecaballero released this 29 Jun 15:21

4.0.0 (2017-06-29)

Bug Fixes

  • Properly hooked up the --no-publish flag (9dd16d00)

Features

  • --hook is now required to build static assets (1fd1891e)
  • New --skip-install flag available; skips deleting and reinstalling node_modules (39a01225)

Breaking Changes

  • --hook will no longer carry a default (previously
    build), it is now required you pass in your own hook for branchsite to
    build the static assets. This fits the use case for those developers
    that have already built static assets and just want to use branchsite to
    publish them.

(1fd1891e)