Notice You will have to re-install the lift recipe because I changed to JSON description and it’s no longer able to parse the old file. Sorry.
To use the new version change your ~/.sbt/plugins/build.sbt so it has
> addSbtPlugin("org.lifty" % "lifty" % "1.7.4")
and then start an SBT session and run
> lifty delete lift
> lifty learn lift https://raw.github.com/Lifty/lifty/master/lifty-recipe/lifty.json
Changes
No longer use Scalate for template rendering for the following reasons
Bug fix for windows users
Bug fix
Bug fixes
This has a been a big rewrite of Lifty. It’s now works with SBT 0.11.x and templates/descriptions are hosted online so it’s easier for the community to help maintain the templates
Lifty 1.6.1 has just been published. This version includes the following:
Lifty 1.6 has just been published. This version includes the following
Initial release