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

version.json should be treated as a build artifact #1

Open
tomoyoirl opened this issue Apr 9, 2014 · 3 comments
Open

version.json should be treated as a build artifact #1

tomoyoirl opened this issue Apr 9, 2014 · 3 comments

Comments

@tomoyoirl
Copy link

Every time I run grunt bustr, it modifies a file named version.json next to my Gruntfile. This makes it a build artifact, and I'd like to treat it like my other build artifacts by not checking it into my repository and giving it a line in .gitignore. This prevents meaningless changes from being all over my git history (or, alternatively and still icky, just sitting around in my personal copy of the repo as a land mine to be avoided in all future commits).

But if I git-ignore version.json and do not check it in, bustr refuses to build from a clean repository.

@taterbase
Copy link

@twhaples experiencing the same thing. I think bustr should just create the file if it's not there, allowing the repo to not track a version.json. PR incoming

@taterbase
Copy link

@logie17
Copy link

logie17 commented Jan 25, 2018

Let's close this out, fix is well outlined in the code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants