Closed gerich-home closed 8 years ago
Perfect world is possible! See: http://blog.kevinlamping.com/publishing-bower-components/ and https://www.npmjs.com/package/gulp-gh-pages
We need to create a separate repo and push bower artifacts there!
Awesome! I would like to help you with publishing to bower if you do not mind. Can you create a new repository for it?
Sure. Wait for a while.. But postpone publishing of current code to bower if possible. I wanna to make next release in a single moment to all places (npm, github, bower, (?)nuget)
Yep, I understand. But you cannot publish it in one moment without preparing :) I was not going to publish it. Just interesting to configure all stuff for it
Please use this repo: https://github.com/it-depends-js/it-depends-bower You was invited to the team there, accept it and start playing with it!
Thanks :+1:
I found $env:access_token
as access token on AppVeyor. Can I use it for pushing new version to bower repository?
What does it mean? :) I cannot understand the problem you are solving
gulp-gh-pages plugin is pushing new version to git repository. You cannot push any changes without authorisation to github. So, one of ways to push changes use URL like user:accessToken@github.com/user/your-repo.git
. So, that is why I was talking about github access token
Well, there are 2 ways for you to test, I think:
I prefer the 2nd as we will test how it is easy to run AppVeyor for a separate repo for the library.
Ok, will try to prepare new AppVeyor build.
Here is my build logs for sure - https://ci.appveyor.com/project/VanDalkvist/it-depends/build/1.0.42 . I turned off tests because of coverage and fast testing.
Maybe it will be right to turn off issues
and pull-requests
for it-depends-bower repository.
issues
- done.
pull-requests
- don't know how..
https://github.com/dear-github/dear-github/issues/84 - they do not have this feature yet...
Implemented in#53
In perfect world bower artifacts need to be published to a separate repo