From 3cc757aec3a4670b0414cd3b29a788bb65cbf8db Mon Sep 17 00:00:00 2001 From: David Botton Date: Fri, 28 Jan 2022 16:39:26 -0500 Subject: [PATCH] note about asdf project and static-files --- templates/clog-gui-template.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/clog-gui-template.lisp b/templates/clog-gui-template.lisp index c98b1c2..53e0b57 100644 --- a/templates/clog-gui-template.lisp +++ b/templates/clog-gui-template.lisp @@ -50,4 +50,7 @@ (defun start-app () (initialize #'on-new-window) + ;; Setup asdf for project and can use + ;; :static-root (merge-pathnames "./static-files/" + ;; (asdf:system-source-directory :proj-name))) (open-browser))