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