From 76ab63096a25f5bf7b9d076cdc9ab3fc5218d216 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 19 Jul 2018 00:27:58 +0200 Subject: bake all : skip some models and actions, via configuration --- app-from-scratch.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-from-scratch.sh') 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" -- cgit v1.1