yesod-static 1.2.2.4 → 1.2.2.5
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Yesod/Static.hs +1/−1
- yesod-static.cabal +1/−1
Yesod/Static.hs view
@@ -447,7 +447,7 @@ , 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
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.2.2.4+version: 1.2.2.5 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>