packages feed

yesod-static 1.5.0.1 → 1.5.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Yesod/EmbeddedStatic/Generators.hs view
@@ -169,7 +169,7 @@ -- to both mangle and compress and the option \"-\" to cause uglifyjs to read from -- standard input. uglifyJs :: BL.ByteString -> IO BL.ByteString-uglifyJs = compressTool "uglifyjs" ["-m", "-c", "-"]+uglifyJs = compressTool "uglifyjs" ["-", "-m", "-c"]  -- | Use <http://yui.github.io/yuicompressor/ YUI Compressor> to compress javascript. -- Assumes a script @yuicompressor@ is located in the path.  If not, you can still
yesod-static.cabal view
@@ -1,5 +1,5 @@ name:            yesod-static-version:         1.5.0.1+version:         1.5.0.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>