From 620e200c4da424c09fb2224e084100eb382bedb5 Mon Sep 17 00:00:00 2001 From: pseudonom Date: Fri, 11 Apr 2014 17:26:39 -0400 Subject: [PATCH] Fixed old comment on CSS post-processing default --- yesod-static/Yesod/Static.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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