updates to build system
This commit is contained in:
parent
88729c36df
commit
3620ead09b
5 changed files with 15 additions and 10 deletions
|
@ -1,4 +1,6 @@
|
|||
(ql:quickload '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
;; (ql:quickload '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
(asdf:load-systems '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
;; (require '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
|
||||
(defpackage tfc-server
|
||||
(:use :cl :uiop :com.inuoe.jzon :clack))
|
||||
|
@ -114,7 +116,7 @@
|
|||
(if (listp content)
|
||||
(setq content (serapeum:mapconcat
|
||||
(lambda (x) (if (string= x "")
|
||||
(coerce #\Newline 'string)
|
||||
(coerce #\linefeed 'string)
|
||||
x))
|
||||
content ""))))
|
||||
(if name (if (string/= name "image") (progn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue