web/webconfig.py
changeset 7762 a3f9ba4d44eb
parent 7380 5ad8b2f951ba
child 7776 aa547cf3bf0d
--- a/web/webconfig.py	Tue Sep 06 12:20:09 2011 +0200
+++ b/web/webconfig.py	Tue Sep 06 12:20:11 2011 +0200
@@ -202,6 +202,12 @@
           'help': 'use cubicweb.old.css instead of 3.9 cubicweb.css',
           'group': 'web', 'level': 2,
           }),
+        ('concat-resources',
+         {'type' : 'yn',
+          'default': True,
+          'help': 'use modconcat-like URLS to concat and serve JS / CSS files',
+          'group': 'web', 'level': 2,
+          }),
         ))
 
     def fckeditor_installed(self):