fix boilerplate-wrapper codegen

This commit is contained in:
Greg Weber 2011-10-20 06:35:44 -07:00
parent 5ccd598d0b
commit 88c34972b9
2 changed files with 3 additions and 3 deletions

View File

@ -167,8 +167,8 @@ scaffold = do
$(codegen "templates/default-layout.hamlet")
writeFile' "templates/default-layout-wrapper.hamlet"
$(codegen "templates/default-layout-wrapper.hamlet")
writeFile' "templates/boilerplate-layout.hamlet"
$(codegen "templates/boilerplate-layout.hamlet")
writeFile' "templates/boilerplate-wrapper.hamlet"
$(codegen "templates/boilerplate-wrapper.hamlet")
writeFile' "templates/normalize.lucius"
$(codegen "templates/normalize.lucius")
writeFile' "templates/homepage.hamlet"

View File

@ -39,7 +39,7 @@ extra-source-files:
scaffold/templates/homepage.hamlet.cg
scaffold/templates/default-layout.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/main.hs.cg
scaffold/Handler/Root.hs.cg