Skip to content

Releases: jescalan/roots

2.0.1

25 Sep 18:29
Compare
Choose a tag to compare

released 06/24/2013

  • patch a bug in precompiled templates

2.0.0

25 Sep 18:30
Compare
Choose a tag to compare

released 06/24/2013

  • new app.coffee format, no longer uses exports, see this example
  • in all templates, yield has been changed to content, see pugjs/pug#153
  • you can now use custom templates with roots. See roots template docs for details
  • multipass compilation added, see docs
  • fixed a bug that indcreases compile speed significantly for non-ignored files and makes the compiler not bomb when you delete a file
  • roots version number printed in app.coffee file on generation
  • static files now symlinked when running watch, increases dev speed
  • sort function added for easy ordering of dynamic content, see docs
  • roots js command changed to roots pkg, option to use cdnjs added
  • github pages deployer added, use roots deploy --gh-pages
  • roots update command removed, use npm instead
  • all dependencies updated to the latest version
  • readme file significantly cleaned up, documentation on roots.cx revised and expanded