ginger-dev-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ginger-dev-list] [PATCH] Adding static UI files path in ginger.conf


From: dhbarboza82
Subject: [Ginger-dev-list] [PATCH] Adding static UI files path in ginger.conf
Date: Tue, 29 Sep 2015 11:22:54 -0300

From: Daniel Henrique Barboza <address@hidden>

The static files patch must be declared in ginger.conf file due to
changes in in kimchi/wok.

Signed-off-by: Daniel Henrique Barboza <address@hidden>
---
 ginger.conf | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ginger.conf b/ginger.conf
index ef1872c..c8d4f04 100644
--- a/ginger.conf
+++ b/ginger.conf
@@ -48,3 +48,21 @@ tools.wokauth.on = True
 tools.staticdir.on = True
 tools.nocache.on = True
 tools.staticdir.dir = wok.config.PluginPaths('ginger').ui_dir + '/pages/help'
+
+[/css]
+tools.staticdir.on: True
+tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/css'
+tools.wokauth.on: False
+tools.nocache.on: False
+
+[/js]
+tools.staticdir.on: True
+tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/js'
+tools.wokauth.on: False
+tools.nocache.on: False
+
+[/images]
+tools.staticdir.on: True
+tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/images'
+tools.wokauth.on: False
+tools.nocache.on: False
-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]