From 31aa86b84c0f982836000f01d0da203bc4451838 Mon Sep 17 00:00:00 2001 From: alios Date: Tue, 14 Jun 2011 12:51:08 +0200 Subject: [PATCH] reordeded header generation - style sheets before scripts to enable paralell loading --- Yesod/Internal/Core.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yesod/Internal/Core.hs b/Yesod/Internal/Core.hs index bf856f3a..5c641428 100644 --- a/Yesod/Internal/Core.hs +++ b/Yesod/Internal/Core.hs @@ -531,8 +531,6 @@ widgetToPageContent (GWidget w) = do #else [$hamlet| #endif -$forall s <- scripts - ^{mkScriptTag s} $forall s <- stylesheets ^{mkLinkTag s} $forall s <- css @@ -546,6 +544,8 @@ $forall s <- css