Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
cbbea7fd
Commit
cbbea7fd
authored
Jan 12, 2016
by
Dave Cooper
Browse files
protected static pathname in gord
parent
2aa340f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/gorg/source/base-framework.lisp
View file @
cbbea7fd
...
...
@@ -9,9 +9,10 @@
(
defparameter
*system-home*
"~dcooper8/genworks/gendl/apps/gorg/"
)
(
defparameter
*templates-folder*
(
translate-logical-pathname
(
make-pathname
:name
nil
:type
nil
:defaults
(
merge-pathnames
"static/templates/"
*system-home*
))))
(
let
((
static
(
merge-pathnames
"static/templates/"
*system-home*
)))
(
translate-logical-pathname
(
make-pathname
:name
nil
:type
nil
:defaults
static
))))
(
defparameter
*cache-static-content?*
nil
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment