From 7d9cf5b897af1a23851da347623855953690cbe2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 13 Jul 2013 22:55:54 +0200 Subject: Use closure-templates --- scrumli.asd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scrumli.asd') diff --git a/scrumli.asd b/scrumli.asd index 083f882..87d124a 100644 --- a/scrumli.asd +++ b/scrumli.asd @@ -7,8 +7,11 @@ :description "Scrum with Lisp" :author "Tom Willemse" :license "AGPLv3" - :depends-on (:restas :sexml :postmodern :cl-json :drakma) - :components ((:file "defmodule") + :depends-on (:restas :sexml :postmodern :cl-json :drakma + :closure-template) + :defsystem-depends-on (:closure-template) + :components ((:closure-template "templates/scrumli") + (:file "defmodule") (:file "pg-datastore") (:file "util") (:file "scrumli"))) -- cgit v1.2.3-54-g00ecf