Fixed old comment on CSS post-processing default

This commit is contained in:
pseudonom 2014-04-11 17:26:39 -04:00
parent 7133f75bf3
commit 620e200c4d

View File

@ -447,7 +447,7 @@ data CombineSettings = CombineSettings
, csCssPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString , csCssPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString
-- ^ Post processing to be performed on CSS files. -- ^ Post processing to be performed on CSS files.
-- --
-- Default: Use Lucius to minify. -- Default: Pass-through.
-- --
-- Since 1.2.0 -- Since 1.2.0
, csJsPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString , csJsPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString