-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove generated file from VCS #3033
Conversation
Do we have any mentions of Bower support we would need to edit away for this too? |
Yes, so, I'm not sure if we need to do anything with Bower itself, like deprecate the package or whatever. Please open an issue here or hit someone up in Discord chat... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove
bower.json
- contact Bower team if necessary
- we may need to change how we're using the
browser
field ofpackage.json
and just do that stuff on the command-line, then pointbrowser
tomocha.js
. this may impact users who are bundling Mocha themselves, but maybe not. - ensure
mocha.js
is infiles
field ofpackage.json
- (we cannot move
mocha.js
because modules likekarma-mocha
have hardcoded this path)
This will also likely break |
Only for usage from git, right? From NPM
I'm not clear why our workflow in this regard would be affected; this may be a good change to make but if we're still publishing the same stuff it shouldn't be necessitated by the removal of the built file from version control.
There's an unregister command, but I don't know if we want to unregister it given that versions < 4 should continue to work... Asking around and will update here when I have anything to show for it.
Will update these now... |
mocha.js is already in package.json
|
According to bower/bower#2482, I believe the idea is to make a copy of this repo containing only the old versions, then point Bower to that instead of this repo, then leave that repo as-is unless and until we have a need to change anything on Bower. @boneskull Do you have the Bower permissions needed to do that? |
no, I didn't register it initially. you'll just have to ask them to change it--please let me know if you need assistance |
Yeah, you're right, n/m From what I understand from that issue, basically all we need to do is remove |
so, I think I'm gonna close this. I don't think we need to muck with |
Resolves #2615