Merge pull request #714 from pseudonom/static-docs

Fixed old comment on CSS post-processing default
This commit is contained in:
Michael Snoyman 2014-04-12 21:01:45 +03:00
commit dc6c96a4a3

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