create output dir when processing t4s

This commit is contained in:
Mike Desaro 2019-02-12 12:34:25 -08:00 committed by GitHub
parent 4e5f94d27a
commit 43ea4b85ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@
printf "Starting T4 processing...\n"
# create our output directory
mkdir -p T4Templates/Output
for file in `find ./T4Templates/** -name "*.tt"` ;
do
# Build the template