Skip to content

v1.2.1

Choose a tag to compare

@patrickarlt patrickarlt released this 19 Dec 16:40

Changed

  • acetate.metadata now uses _.defaultsDeep instead of Object.assign to allow for merging metadata recursivly.

Fixed

  • relativePath on root pages (index.html) now properly equals . to allow for things like {{relativePath}}/main.js which wil properly render on all pages.
  • Several fixes for the CLI #64 (@paulcpederson)