Merge pull request #1 from mikedJC/patch-1

create output dir when processing t4s
This commit is contained in:
prime31 2019-02-15 10:02:11 -08:00 committed by GitHub
commit 66bd01a3e6
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