yesod/yesod-static/test
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
..
fs get yesod-static tests running again 2011-11-27 08:12:49 -06:00
unicode Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:38:45 +03:00
EmbedDevelTest.hs static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
EmbedProductionTest.hs static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
EmbedTestGenerator.hs static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
tests.hs static: Add an embedded static subsite 2013-09-12 12:21:33 -05:00
YesodStaticTest.hs Adept Hspec tests for forward compatibility 2012-10-16 14:44:58 +02:00