diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-20 13:28:27 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-20 13:28:27 +0100 |
commit | 8cf73ca42fd3e2d362a75e11a0f3ac1ae0ab3a34 (patch) | |
tree | 78e940c01269f5735b976d47a5cd09b0277960c9 /config | |
parent | 7242d00aa6cbf1b0fda0bfeb4392263d909cc3e4 (diff) | |
download | nextcloud-server-8cf73ca42fd3e2d362a75e11a0f3ac1ae0ab3a34.tar.gz nextcloud-server-8cf73ca42fd3e2d362a75e11a0f3ac1ae0ab3a34.zip |
integrate assetic for asset pipeline-ing
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 0cd321d095d..4e8bd79d797 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -263,4 +263,7 @@ $CONFIG = array( /* whether usage of the instance should be restricted to admin users only */ 'singleuser' => false, + + /* all css and js files will be served by the web server statically in one js file and ons css file*/ + 'asset-pipeline.enabled' => false, ); |