Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9fbd9d239d
@ -73,8 +73,8 @@ widgetFileReload x = combine "widgetFileReload" x
|
|||||||
, whenExists x True "lucius" luciusFileReload
|
, whenExists x True "lucius" luciusFileReload
|
||||||
]
|
]
|
||||||
|
|
||||||
widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)
|
widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ JavaScript file extenstion and loading function. example: ("julius", juliusFileReload)
|
||||||
-> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("julius", juliusFileReload)
|
-> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)
|
||||||
-> FilePath -> Q Exp
|
-> FilePath -> Q Exp
|
||||||
widgetFileJsCss (jsExt, jsLoad) (csExt, csLoad) x = combine "widgetFileJsCss" x
|
widgetFileJsCss (jsExt, jsLoad) (csExt, csLoad) x = combine "widgetFileJsCss" x
|
||||||
[ whenExists x False "hamlet" whamletFile
|
[ whenExists x False "hamlet" whamletFile
|
||||||
|
|||||||
@ -21,6 +21,7 @@ import qualified Database.Persist.Store~importMigration~
|
|||||||
import Network.HTTP.Conduit (newManager, def)
|
import Network.HTTP.Conduit (newManager, def)
|
||||||
|
|
||||||
-- Import all relevant handler modules here.
|
-- Import all relevant handler modules here.
|
||||||
|
-- Don't forget to add new modules to your cabal file!
|
||||||
import Handler.Home
|
import Handler.Home
|
||||||
|
|
||||||
-- This line actually creates our YesodSite instance. It is the second half
|
-- This line actually creates our YesodSite instance. It is the second half
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user