summaryrefslogtreecommitdiff
path: root/examples/brochure/hakyll.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/brochure/hakyll.hs')
-rw-r--r--examples/brochure/hakyll.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/brochure/hakyll.hs b/examples/brochure/hakyll.hs
index 1bc5919..e298670 100644
--- a/examples/brochure/hakyll.hs
+++ b/examples/brochure/hakyll.hs
@@ -6,6 +6,10 @@ import Hakyll
main :: IO ()
main = hakyll $ do
+ match "images/*" $ do
+ route idRoute
+ compile copyFileCompiler
+
match "css/*" $ do
route idRoute
compile compressCssCompiler