Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build files conflict on pull/rebase, sometimes don't make it back into push. #101

Open
aeschylus opened this issue Feb 10, 2014 · 0 comments

Comments

@aeschylus
Copy link
Contributor

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.

@snydman snydman added this to the Icebox milestone Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants