1
Collection of misc utilities/addons for liftweb framework.
2
3
Build instructions:
4
5
* project is built via simple build tool
6
(http://code.google.com/p/simple-build-tool/)
7
8
$ sbt update
9
$ sbt compile
10
$ sbt jetty
11
12
13
# vim: tw=72 et ts=2 sw=2