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.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index ec573e6..bacf80e 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -246,3 +246,10 @@ git commit -m "first cake bake, auto-generated files not included for now"
editor config/app.php config/bootstrap.php
git add ../app-from-scratch.sh config/app.php config/bootstrap.php
git commit -m "Adding debug tool, tweaking date formatting"
+# eeb6aee61bc55a95a4d62d354f180d167c6a25fb
+
+# bake : Commit imported&derived files from bake to keep the diffs
+cp -a vendor/cakephp/bake/src/Shell/BakeShell.php plugins/CustomTheme/src/Shell/BakeShell.php
+editor plugins/CustomTheme/src/Shell/BakeShell.php
+git add plugins/CustomTheme/src/Shell/BakeShell.php
+git commit -m "bake : Commit imported&derived files from bake to keep the diffs"