create the output dir before processing

This commit is contained in:
prime31
2019-02-15 10:04:55 -08:00
committed by GitHub
parent 3eaae226a0
commit 6b45dac418

View File

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