diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-31 16:18:12 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-31 16:18:12 -0500 |
commit | faf0b97ad184ac447b28f133d9ee4c9534a9328b (patch) | |
tree | a070bd6fd284874cc167eef55c85f9a586403fa5 /vampire.asd | |
parent | 2e8de2c0ab51297b94055671360650097a71bea8 (diff) |
Fix: hunchentoot:handle-static-file, private (and temp?) version
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vampire.asd b/vampire.asd index 4679228..f9f9717 100644 --- a/vampire.asd +++ b/vampire.asd @@ -16,7 +16,8 @@ #:ironclad #:jonathan #:swank) - :components ((:file "package") + :components ((:file "hunchentoot-handle-static-file") + (:file "package") (:file "definition-macros") (:file "utilities") (:file "downloader") |