Laravel people, to build assets locally and then commit them, OR have the CI pipeline build it?
Which one do you prefer and why?
•
Laravel people, to build assets locally and then commit them, OR have the CI pipeline build it?
Which one do you prefer and why?
On pre-commit hook i have added a step that makes build and run tests locally.
And on merge, with pipeline I build on the server.