From 23873b455554ba40f79be561b5150b4526a19d3f Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 18 May 2024 07:50:16 -0700 Subject: Remove: Purged CLOG --- vampire.asd | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'vampire.asd') 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") + )) -- cgit v1.2.3