diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-04 23:17:46 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-04 23:17:46 -0500 |
commit | 88e50003ae7840358c2a520c6cb808231b958769 (patch) | |
tree | 2f9b4032f42593cf44b2e7b8ac4c6c3b68d30569 /plugins/Minify/README | |
parent | f4fc8481e24ce4bd7714022109d75b2a22198fdf (diff) |
If a theme server is being used, do not minify theme CSS (as doing so could cause 404s)
Diffstat (limited to 'plugins/Minify/README')
-rw-r--r-- | plugins/Minify/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Minify/README b/plugins/Minify/README index 7fb7e239a..8f2eefa2c 100644 --- a/plugins/Minify/README +++ b/plugins/Minify/README @@ -1,7 +1,8 @@ The Minify plugin minifies your CSS and Javascript, removing whitespace and comments. -Note that if enabled this plugin and use a theme server - ($config['theme']['server']), your theme server will not be used. +Note that if enabled this plugin and use a theme server, + (if any of $config['theme']['server'], $config['theme']['path'], + $config['theme']['dir'] are set) theme CSS will not be minified. Installation ============ |