summaryrefslogtreecommitdiff
path: root/app/php/web/config.xml
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-23 00:53:14 +0200
committeremkael <emkael@tlen.pl>2016-04-23 00:53:14 +0200
commit970da9fd7273827357100f89e5de33b55cf44d71 (patch)
tree8ccb2267dceefdf7a02ea718b00a3cc470f8a9ef /app/php/web/config.xml
parentdd3ce906c54d69df83214dc519a4d30658e99004 (diff)
* moving stuff around (general classes from components to web)
Diffstat (limited to 'app/php/web/config.xml')
-rw-r--r--app/php/web/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/php/web/config.xml b/app/php/web/config.xml
new file mode 100644
index 0000000..49bbcc6
--- /dev/null
+++ b/app/php/web/config.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <modules>
+ <module id="asset" class="Application.web.AssetManager"
+ BasePath="Web._assets" />
+ </modules>
+</configuration>