-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Bake recreates tmp templates for files. #6892
Copy link
Copy link
Closed
Description
After I bake the first module, I have some new files inside tmp folder, which are supposed to be the templates used to generate my files.
Then I modify those templates to make them match what my code will look like, when I go back to the console and run the same command (bake all) it also recreates the templates, therefore I lose my changes.
bin/cake bake all Roles (for my case)
If I want to keep my changes and still use the templates, I have to remove a permission like
chmod -w tmp/*.php
And then I get this error:
Permission denied in [/Library/WebServer/Documents/Platform/vendor/cakephp/bake/src/View/BakeView.php, line 173]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels