1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 21:26:13 +02:00

Fix minify test case.

Minify: Make postProcessor option affect cacheId
This commit is contained in:
Steve Clay
2008-08-16 22:13:28 +00:00
parent 50128e5600
commit 2b8b1a5d25
2 changed files with 22 additions and 2 deletions

View File

@@ -414,7 +414,8 @@ class Minify {
return md5(serialize(array(
Minify_Source::getDigest(self::$_controller->sources)
,self::$_options['minifiers']
,self::$_options['minifierOptions']
,self::$_options['minifierOptions']
,self::$_options['postprocessor']
)));
}
}