Core

/bin/templates.bat (181 B)

1
2
3
4
5
6
7
8
9
@ECHO OFF

rem Builds all the templates using quicktemplate

cd %~dp0\..

@ECHO ON
{{{ if .HasModule "database" }}}qtc -ext sql -dir "queries"
{{{ end }}}qtc -ext html -dir "views"