Skip to content
Snippets Groups Projects
Commit d804440c authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Changed resource mapping to support arsnova-js and dojo-war overlay

parent ddc56249
No related merge requests found
......@@ -13,7 +13,12 @@
<mvc:resources mapping="/**.html" location="/" />
<mvc:resources mapping="/**.png" location="/"/>
<mvc:resources mapping="/config.json" location="/"/>
<mvc:resources mapping="/dojo/**" location="/dojo/"/>
<mvc:resources mapping="/dijit/**" location="/dijit/"/>
<mvc:resources mapping="/dojox/**" location="/dojox/"/>
<mvc:resources mapping="/app/**" location="/app/"/>
<mvc:annotation-driven />
<bean id="viewResolver"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment