mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Update docs related to :static-root
This commit is contained in:
parent
d657d46241
commit
0060f1be07
3 changed files with 7 additions and 2 deletions
|
|
@ -18,7 +18,10 @@
|
|||
|
||||
(defvar *clog-running* nil "If clog running.")
|
||||
|
||||
(defvar *overide-static-root* nil "Overide the static-root settings.")
|
||||
(defvar *overide-static-root* nil
|
||||
"Overide the static-root settings. This is not normally a good idea, but if
|
||||
trying to run the tutorials or demos and unable to have your local directy the
|
||||
same as the clog directy this overides the relative paths used in them.")
|
||||
|
||||
;;;;;;;;;;;;;;;;
|
||||
;; initialize ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue