web: work around static file problem by skipping etag parameter
This commit is contained in:
parent
a5b3f072b4
commit
5b749ab8a2
@ -35,4 +35,4 @@ staticSite = do
|
|||||||
-- giving you compile-time verification that referenced files exist.
|
-- giving you compile-time verification that referenced files exist.
|
||||||
-- Warning: any files added to your static directory during run-time can't be
|
-- 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.
|
-- accessed this way. You'll have to use their FilePath or URL to access them.
|
||||||
$(staticFiles staticDir)
|
$(publicFiles staticDir)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user