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))