diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 6f0b89dc..4818b766 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -567,9 +567,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 4bde9e73..920b1c05 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -570,9 +570,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 32795187..2829976a 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -619,9 +619,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 6d555fd8..87f61784 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -570,9 +570,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index 8834e959..c51d3072 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -489,9 +489,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 64df3906..0608f85c 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -570,9 +570,10 @@ combineSettings :: CombineSettings combineSettings = def -- The following two functions can be used to combine multiple CSS or JS files --- at compile time to decrease bandwidth usage. Sample usage (inside a Widget): +-- at compile time to decrease the number of http requests. +-- Sample usage (inside a Widget): -- --- $(combineStylesheets 'StaticR [style1_css, style2_css]) +-- > $(combineStylesheets 'StaticR [style1_css, style2_css]) combineStylesheets :: Name -> [Route Static] -> Q Exp combineStylesheets = combineStylesheets' development combineSettings