From 5c0f2e9db924f3194de5bbd6f0c4532a9c2b6f00 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 30 Jan 2017 23:04:06 +0100 Subject: [PATCH] decombine scripts and css --- Foundation.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Foundation.hs b/Foundation.hs index 00756a7..930c595 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -124,11 +124,11 @@ instance Yesod App where copyrightWidget <- widgetToPageContent $ $(widgetFile "copyright") pc <- widgetToPageContent $ do - $(combineStylesheets 'StaticR + mapM_ addStylesheet $ map StaticR [ css_bootstrap_min_css , css_main_css ]) - $(combineScripts 'StaticR + mapM_ addScript $ map StaticR [ js_crementing_js , js_barcode_js ])