aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.asd
diff options
context:
space:
mode:
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")))