mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
create output dir when processing t4s
This commit is contained in:
parent
4e5f94d27a
commit
43ea4b85ac
3
project_name/.vscode/processT4Templates.sh
vendored
3
project_name/.vscode/processT4Templates.sh
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user