You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling from master, the build files (which the minifier and uglifier place onto a single line) produce conflicts, requiring them to be removed and rebuilt on every pull. Doing this repetitive process manually can sometimes lead to files getting left out of a future push, since they may not have been rebuilt (the codebase can be tested without building the release files). This may lead to intermittent availability of build files for implementers and is generally bad practice.
I suggest several git hooks to make sure to remove the files before pull/fetch begins, and to make sure the project release files are fully built before pushing to a feature branch.
The text was updated successfully, but these errors were encountered:
When pulling from master, the build files (which the minifier and uglifier place onto a single line) produce conflicts, requiring them to be removed and rebuilt on every pull. Doing this repetitive process manually can sometimes lead to files getting left out of a future push, since they may not have been rebuilt (the codebase can be tested without building the release files). This may lead to intermittent availability of build files for implementers and is generally bad practice.
I suggest several git hooks to make sure to remove the files before pull/fetch begins, and to make sure the project release files are fully built before pushing to a feature branch.
The text was updated successfully, but these errors were encountered: