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

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