diff --git a/yesod-static/Yesod/Static.hs b/yesod-static/Yesod/Static.hs index 03296de9..725ebf40 100644 --- a/yesod-static/Yesod/Static.hs +++ b/yesod-static/Yesod/Static.hs @@ -447,7 +447,7 @@ data CombineSettings = CombineSettings , csCssPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString -- ^ Post processing to be performed on CSS files. -- - -- Default: Use Lucius to minify. + -- Default: Pass-through. -- -- Since 1.2.0 , csJsPostProcess :: [FilePath] -> L.ByteString -> IO L.ByteString