Include missing bootstrap bit for Foundation

@snoyberg I had this in a stash before I committed
This commit is contained in:
Chris Done 2014-11-14 12:35:58 +01:00
parent bba43cb2f2
commit eb00eb26b4

View File

@ -100,6 +100,8 @@ instance Yesod App where
pc <- widgetToPageContent $ do
$(combineStylesheets 'StaticR
[ css_normalize_css
, css_bootstrap_css
, css_bootstrap_responsive_css
])
$((combineScripts 'StaticR
[ js_jquery_js