mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 00:59:48 +02:00
Fix minify test case.
Minify: Make postProcessor option affect cacheId
This commit is contained in:
@@ -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']
|
||||
)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user