diff options
Diffstat (limited to 'configure.tcl')
-rwxr-xr-x | configure.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.tcl b/configure.tcl index 717a59d..5691763 100755 --- a/configure.tcl +++ b/configure.tcl @@ -8,6 +8,12 @@ namespace eval http { # A proc 'main' which is what the server will execute to get information. # A list $targets which have all the valid targets. variable hook_namespace {} + + namespace eval cache { + variable precache { + {/fonts/} + } + } } |