aboutsummaryrefslogtreecommitdiffhomepage
path: root/vampire.asd
diff options
context:
space:
mode:
Diffstat (limited to 'vampire.asd')
-rw-r--r--vampire.asd21
1 files changed, 14 insertions, 7 deletions
diff --git a/vampire.asd b/vampire.asd
index c618e3b..3b82f1c 100644
--- a/vampire.asd
+++ b/vampire.asd
@@ -14,6 +14,8 @@
#:derrida
#:ironclad
#:jonathan
+ #:lass
+ #:spinneret
#:swank
#:zippy
#:flatbind)
@@ -24,13 +26,18 @@
(:file "downloader")
(:file "model")
(:file "session")
- ;(:file "navigation")
- ;(:file "about")
- ;(:file "new-account")
- ;(:file "explore")
- ;(:file "login")
- ;(:file "home")
- ;(:file "playlist")
+ (:module "site/"
+ :serial t
+ :components(
+ ;;(:file "navigation")
+ ;;(:file "about")
+ ;;(:file "new-account")
+ ;;(:file "explore")
+ (:file "user-known")
+ (:file "login")
+ (:file "home")
+ ;;(:file "playlist")
+ ))
(:file "vampire")
(:file "run")
(:file "zipper")