From 88e50003ae7840358c2a520c6cb808231b958769 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 4 Dec 2009 23:17:46 -0500 Subject: If a theme server is being used, do not minify theme CSS (as doing so could cause 404s) --- plugins/Minify/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/Minify/README') 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 ============ -- cgit v1.2.3-54-g00ecf