web: work around static file problem by skipping etag parameter

This commit is contained in:
Simon Michael 2012-05-29 16:45:24 +00:00
parent a5b3f072b4
commit 5b749ab8a2

View File

@ -35,4 +35,4 @@ staticSite = do
-- giving you compile-time verification that referenced files exist.
-- Warning: any files added to your static directory during run-time can't be
-- accessed this way. You'll have to use their FilePath or URL to access them.
$(staticFiles staticDir)
$(publicFiles staticDir)