web: tweak "embedded files" message
This commit is contained in:
parent
695ff9a49e
commit
42185474c0
@ -26,7 +26,7 @@ staticSite =
|
|||||||
putStrLn ("using web files from: " ++ staticDir ++ "/") >> hFlush stdout
|
putStrLn ("using web files from: " ++ staticDir ++ "/") >> hFlush stdout
|
||||||
Static.staticDevel staticDir)
|
Static.staticDevel staticDir)
|
||||||
else (do
|
else (do
|
||||||
putStrLn "using embedded web files" >> hFlush stdout
|
putStrLn "using built-in web files" >> hFlush stdout
|
||||||
return $(Static.embed staticDir))
|
return $(Static.embed staticDir))
|
||||||
|
|
||||||
$(publicFiles staticDir)
|
$(publicFiles staticDir)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user