aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.asd
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-13 22:55:54 +0200
committerGravatar Tom Willemse2013-07-13 22:55:54 +0200
commit7d9cf5b897af1a23851da347623855953690cbe2 (patch)
tree07e700d6c2f55cce7b1d02263cc3baa0beae5dac /scrumli.asd
parent89eab5679656afc89442ffc3adf5316af46606c1 (diff)
downloadscrumli-7d9cf5b897af1a23851da347623855953690cbe2.tar.gz
scrumli-7d9cf5b897af1a23851da347623855953690cbe2.zip
Use closure-templates
Diffstat (limited to 'scrumli.asd')
-rw-r--r--scrumli.asd7
1 files changed, 5 insertions, 2 deletions
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")))