packages feed

yesod-static 1.5.0.3 → 1.5.0.4

raw patch · 4 files changed

+7/−3 lines, 4 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.5.0.4++* Doc tweaks+ ## 1.5.0  * Drop system-filepath
Yesod/EmbeddedStatic.hs view
@@ -33,7 +33,7 @@ -- contains the created 'EmbeddedStatic'. -- -- It is recommended that you serve static resources from a separate domain to save time--- on transmitting cookies.  You can use 'urlRenderOverride' to do so, by redirecting+-- on transmitting cookies.  You can use 'urlParamRenderOverride' to do so, by redirecting -- routes to this subsite to a different domain (but the same path) and then pointing the -- alternative domain to this server.  In addition, you might consider using a reverse -- proxy like varnish or squid to cache the static content, but the embedded content in
Yesod/Static.hs view
@@ -19,7 +19,7 @@ -- -- In fact, in an ideal setup you'll serve your static files from -- a separate domain name to save time on transmitting--- cookies. In that case, you may wish to use 'urlRenderOverride'+-- cookies. In that case, you may wish to use 'urlParamRenderOverride' -- to redirect requests to this subsite to a separate domain -- name. --
yesod-static.cabal view
@@ -1,5 +1,5 @@ name:            yesod-static-version:         1.5.0.3+version:         1.5.0.4 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>