diff options
author | Thor (atiredmachine) <thor@bandwidthbeta.com> | 2012-01-25 01:56:01 +0100 |
---|---|---|
committer | Thor (atiredmachine) <thor@bandwidthbeta.com> | 2012-01-25 01:56:01 +0100 |
commit | 63678a27864fdd6bb0ed89e6940a1d331121072a (patch) | |
tree | 81ef3b2a3fbc74f72e6b14c64caefad4be2d51f4 /application/config | |
parent | b2c077e1e359650b444d5dc73a8fa8b94f469425 (diff) |
Rudimentary minifying of output.
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 17b854b29..3231f1d19 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -357,6 +357,18 @@ $config['compress_output'] = FALSE; /* |-------------------------------------------------------------------------- +| Minify +|-------------------------------------------------------------------------- +| +| Removes extra characters (usually unnecessary spaces) from your +| output for faster page load speeds. Makes your outputted HTML source +| code less readable. +| +*/ +$config['minify_output'] = FALSE; + +/* +|-------------------------------------------------------------------------- | Master Time Reference |-------------------------------------------------------------------------- | @@ -396,5 +408,6 @@ $config['rewrite_short_tags'] = FALSE; $config['proxy_ips'] = ''; + /* End of file config.php */ /* Location: ./application/config/config.php */ |