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

View File

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