yesod/yesod-static
John Lenz f8a35ce0a0 static: Add an embedded static subsite
This commit adds just the subsite itself.  The subsite
works by running a list of generaters at compile time.
The entries produced by the generators are converted into
wai-app-static.WaiAppStatic.Storage.Embedded entries.  Also,
addStaticContent is supported via an IORef.  When a widget
produces static content (css, javascript), it is stuck into
the IORef inside the embedded static subsite.  The embedded
static subsite will then serve it from the IORef, properly
using a 304 response if the client already has the content.
2013-09-12 12:21:33 -05:00
..
test static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
Yesod static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
.gitignore Add 'yesod-static/' from commit 'afe3f11179698f4e28da0e00d0a6404cac3b1c43' 2011-07-22 08:59:58 +03:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03:00
README Add 'yesod-static/' from commit 'afe3f11179698f4e28da0e00d0a6404cac3b1c43' 2011-07-22 08:59:58 +03:00
sample-embed.hs yesod-static samples 2011-07-22 11:22:07 +03:00
sample.hs Fixed Yesod.Static 2013-03-14 19:02:30 +02:00
Setup.lhs Add 'yesod-static/' from commit 'afe3f11179698f4e28da0e00d0a6404cac3b1c43' 2011-07-22 08:59:58 +03:00
yesod-static.cabal static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00