-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Including grunt-build-control #148
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
Comments
Yep, I'm planning on it. Need this PR to get accepted first robwierzbowski/grunt-build-control#25 |
Awesome. |
Awesome! This is the first thing I add each time I generate a project. |
@DaftMonk why don't we just use your fork for now? There are no [major] upstream changes anyway. |
@JaKXz We could do that. I'll probably need to publish the package on npm under another name so that we can reliably use it. |
How about Github notation? Works like this: {
"dependencies": {
"grunt-build-control": "DaftMonk/grunt-build-control"
}
} |
That's exactly what I was thinking Damian. |
@chester1000 I could do that, but it would be less reliable because if the forked repo ever changed, then it wouldn't be referencing the correct version. |
I believe it will always default to the current state of a |
Unless you mean |
The problem is that theres no guarantee that the github version will exist 6 months from now, or that it will be exactly the same as it is today. For example, if I changed my github username it would no longer be a valid dependency, or if I merged changes from upstream, it may just suddenly change the way it was working for people who use it in their projects. So by its nature, it would be an unstable dependency. |
@DaftMonk If you changed your username some random dependency would be least of anyone's problems ;). AFAIK using forks is a common practice when dealing with problems with external PR's. Also, including DO-NOT-USE-THIS-FORK-type-of-disclosure on top of README file would help with that as well. And, if you consider changing your username, maybe migrating |
@chester1000 Good point about organizations. With that in mind, I may just use the fork directly. Though I should probably put my changes into a branch. |
@DaftMonk I'm not sure if notation like |
Closing with 4485223 |
Would this project benefit from grunt-build-control? Seems like a good fit.
The text was updated successfully, but these errors were encountered: