Scaffolding doc update

This commit is contained in:
Michael Snoyman 2013-04-25 03:19:02 +03:00
parent 87dd80fee0
commit 872a259680
6 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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