From 1a8767935e1f6246da74334da5e1fb5bb25be9aa Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Tue, 9 Apr 2013 18:03:17 -0300 Subject: [PATCH] Whitespace. --- yesod-static/Yesod/Static.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yesod-static/Yesod/Static.hs b/yesod-static/Yesod/Static.hs index e8ca09f9..c9b60f68 100644 --- a/yesod-static/Yesod/Static.hs +++ b/yesod-static/Yesod/Static.hs @@ -116,10 +116,10 @@ staticDevel dir = do -- Nota Bene: if you replace the scaffolded 'static' call in Settings/StaticFiles.hs -- you will need to change the scaffolded addStaticContent. Otherwise, some of your -- assets will be 404'ed. This is because by default yesod will generate compile those --- assets to @static/tmp@ which for 'static' is fine since they are served out of the --- directory itself. With embedded static, that will not work. +-- assets to @static/tmp@ which for 'static' is fine since they are served out of the +-- directory itself. With embedded static, that will not work. -- You can easily change @addStaticContent@ to @\_ _ _ -> return Nothing@ as a workaround. --- This will cause yesod to embed those assets into the generated HTML file itself. +-- This will cause yesod to embed those assets into the generated HTML file itself. embed :: Prelude.FilePath -> Q Exp embed fp = [|Static (embeddedSettings $(embedDir fp))|]