fix boilerplate-wrapper codegen
This commit is contained in:
parent
5ccd598d0b
commit
88c34972b9
@ -167,8 +167,8 @@ scaffold = do
|
|||||||
$(codegen "templates/default-layout.hamlet")
|
$(codegen "templates/default-layout.hamlet")
|
||||||
writeFile' "templates/default-layout-wrapper.hamlet"
|
writeFile' "templates/default-layout-wrapper.hamlet"
|
||||||
$(codegen "templates/default-layout-wrapper.hamlet")
|
$(codegen "templates/default-layout-wrapper.hamlet")
|
||||||
writeFile' "templates/boilerplate-layout.hamlet"
|
writeFile' "templates/boilerplate-wrapper.hamlet"
|
||||||
$(codegen "templates/boilerplate-layout.hamlet")
|
$(codegen "templates/boilerplate-wrapper.hamlet")
|
||||||
writeFile' "templates/normalize.lucius"
|
writeFile' "templates/normalize.lucius"
|
||||||
$(codegen "templates/normalize.lucius")
|
$(codegen "templates/normalize.lucius")
|
||||||
writeFile' "templates/homepage.hamlet"
|
writeFile' "templates/homepage.hamlet"
|
||||||
|
|||||||
@ -39,7 +39,7 @@ extra-source-files:
|
|||||||
scaffold/templates/homepage.hamlet.cg
|
scaffold/templates/homepage.hamlet.cg
|
||||||
scaffold/templates/default-layout.hamlet.cg
|
scaffold/templates/default-layout.hamlet.cg
|
||||||
scaffold/templates/default-layout-wrapper.hamlet.cg
|
scaffold/templates/default-layout-wrapper.hamlet.cg
|
||||||
scaffold/templates/boilerplate-layout.hamlet.cg
|
scaffold/templates/boilerplate-wrapper.hamlet.cg
|
||||||
scaffold/deploy/Procfile.cg
|
scaffold/deploy/Procfile.cg
|
||||||
scaffold/main.hs.cg
|
scaffold/main.hs.cg
|
||||||
scaffold/Handler/Root.hs.cg
|
scaffold/Handler/Root.hs.cg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user