mirror of
https://github.com/rabbibotton/clog.git
synced 2026-04-30 08:51:07 -07:00
update documentation, remove tabs
This commit is contained in:
parent
2c9ce0864f
commit
25a9462f1f
84 changed files with 2163 additions and 2278 deletions
|
|
@ -9,5 +9,4 @@
|
|||
:serial t
|
||||
:depends-on (#:clog)
|
||||
:components ((:file "hello-builder")
|
||||
(:file "hello")))
|
||||
|
||||
(:file "hello")))
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
|
||||
(defun start-app ()
|
||||
(initialize 'create-hello-page
|
||||
:static-root (merge-pathnames "./www/"
|
||||
(asdf:system-source-directory :hello-builder)))
|
||||
:static-root (merge-pathnames "./www/"
|
||||
(asdf:system-source-directory :hello-builder)))
|
||||
(open-browser))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue