Skip to content
Snippets Groups Projects
Commit e08a883d authored by usikora's avatar usikora :monkey:
Browse files

new version 0.2.1 with absoulute css path

parent 1bed1163
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,13 @@ else if (contains($exist:path, "/$shared/")) then
<set-header name="Cache-Control" value="max-age=3600, must-revalidate"/>
</forward>
</dispatch>
(: Resource paths starting with $resources are loaded from the apps resources dir :)
else if (contains($exist:path, "/$resources/")) then
<dispatch xmlns="http://exist.sourceforge.net/NS/exist">
<forward url="{$exist:controller}/resources/{substring-after($exist:path, '/$resources/')}">
<set-header name="Cache-Control" value="max-age=3600, must-revalidate"/>
</forward>
</dispatch>
else
(: everything else is passed through :)
<dispatch xmlns="http://exist.sourceforge.net/NS/exist">
......
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.1" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.1" spec="1.0">
<title>BdN - Intermediate Format</title>
<dependency package="http://exist-db.org/apps/shared"/>
</package>
\ No newline at end of file
......@@ -10,6 +10,4 @@
<target>interformat</target>
<prepare>pre-install.xql</prepare>
<finish/>
<deployed>2018-02-20T15:20:27.056+01:00</deployed>
</meta>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment