diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:27:58 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:27:58 +0200 |
commit | 76ab63096a25f5bf7b9d076cdc9ab3fc5218d216 (patch) | |
tree | 60532cca38489cfd6152fa2736a5765bbe03dd61 /app-from-scratch.sh | |
parent | 7de45a8e4b595856de2f0af78b13e4d2efc5e716 (diff) | |
download | chd_gestion-76ab63096a25f5bf7b9d076cdc9ab3fc5218d216.zip chd_gestion-76ab63096a25f5bf7b9d076cdc9ab3fc5218d216.tar.gz chd_gestion-76ab63096a25f5bf7b9d076cdc9ab3fc5218d216.tar.bz2 |
bake all : skip some models and actions, via configuration
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 5 |
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" |