aboutsummaryrefslogtreecommitdiffhomepage
path: root/vampire.asd
diff options
context:
space:
mode:
Diffstat (limited to 'vampire.asd')
-rw-r--r--vampire.asd23
1 files changed, 11 insertions, 12 deletions
diff --git a/vampire.asd b/vampire.asd
index 9014aa8..10c0453 100644
--- a/vampire.asd
+++ b/vampire.asd
@@ -6,9 +6,8 @@
:license "AGPL-3.0"
:version "0.1.0"
:serial t
- :depends-on (#:clog
+ :depends-on (#:weekend
#:hunchentoot
- #:clack-handler-hunchentoot
#:bknr.datastore
#:legion
#:defclass-std
@@ -17,21 +16,21 @@
#:jonathan
#:swank
#:zippy)
- :components ((:file "hunchentoot-handle-static-file")
+ :components (;(:file "hunchentoot-handle-static-file")
(:file "package")
(:file "definition-macros")
(:file "utilities")
(:file "downloader")
(:file "model")
(:file "session")
- (:file "style")
- (:file "navigation")
- (:file "about")
- (:file "new-account")
- (:file "explore")
- (:file "login")
- (:file "home")
- (:file "playlist")
+ ;(:file "navigation")
+ ;(:file "about")
+ ;(:file "new-account")
+ ;(:file "explore")
+ ;(:file "login")
+ ;(:file "home")
+ ;(:file "playlist")
(:file "vampire")
(:file "run")
- (:file "zipper")))
+ (:file "zipper")
+ ))