summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index bbd0352..6b9ebb3 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -287,4 +287,9 @@ git commit -m "Add Copyright & GPL3+ notice to Templates"
editor src/View/AppView.php
git add ../app-from-scratch.sh src/View/AppView.php
git commit -m "Date picker in DD/MM/YYYY order"
+# 7de45a8e4b595856de2f0af78b13e4d2efc5e716
+# bake all : skip some models and actions, via configuration
+editor plugins/CustomTheme/src/Shell/BakeShell.php
+git add ../app-from-scratch.sh plugins/CustomTheme/src/Shell/BakeShell.php
+git commit -m "bake all : skip some models and actions, via configuration"