Built the script in production mode

This commit is contained in:
2025-11-24 15:40:11 -07:00
parent f128e09fe5
commit 27c626cf8c
4 changed files with 678 additions and 4092 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
source_dir: src
# The path to bashly.yml
config_path: '%{source_dir}/bashly.yml'
config_path: '%{source_dir}/dtools.yml'
# The path to use for creating the bash script
target_dir: .
@@ -45,7 +45,7 @@ compact_short_flags: false
# Set to 'production' or 'development':
# env: production Generate a smaller script, without file markers
# env: development Generate with file markers
env: development
env: production
# The extension to use when reading/writing partial script snippets
partials_extension: sh