From 5b749ab8a25522986bffc390b695af69af6bcfd3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 29 May 2012 16:45:24 +0000 Subject: [PATCH] web: work around static file problem by skipping etag parameter --- hledger-web/Hledger/Web/Settings/StaticFiles.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Hledger/Web/Settings/StaticFiles.hs b/hledger-web/Hledger/Web/Settings/StaticFiles.hs index c87fac67a..0859f16f0 100644 --- a/hledger-web/Hledger/Web/Settings/StaticFiles.hs +++ b/hledger-web/Hledger/Web/Settings/StaticFiles.hs @@ -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)