Questions tagged [private-bower]

8 questions
12
votes
1 answer

Hide website from users browser history

I am about to begin work on an information and support services website for victims of domestic and sexual abuse. Naturally, the user's visit to this website is sensitive and the repercussions of their abuser finding out that they have could be…
Joe Roach
  • 129
  • 2
5
votes
2 answers

How to configure private NPM and Bower registries in Visual Studio 2015

We are using Visual Studio 2015 and also ProGet to host private feeds of NuGet, NPM and Bower. I'm trying to figure out the best way to have all of our team members pointed at our private registries with the least amount of effort. I know for Bower…
Dan Csharpster
  • 2,662
  • 1
  • 26
  • 50
1
vote
0 answers

How I can register subdirectory of my vcs root as a bower module?

I have this project structure: - .git - test --- unit --- e2e - sources --- lib --- js I have this project structure. This is some library, that I want to share with other peoples. I want to register my code as bower module, so people can easy use…
0
votes
1 answer

Jenkins time out on private Bower repository

We had a bower registry on git hub. The Jenkins job been configured and the build was successful. Recently, we set up a bower private repository. When I trigger the build on Jenkins, its referring to all the url of the private bower repository but…
hawk base
  • 21
  • 3
  • 10
0
votes
1 answer

How to use authentication with Nexus hosted Bower without plain text credentials

We have Bower hosted in a Nexus 3 repository. Our .bowerrc file looks like: { "directory": "bower_components", "registry": { "search": [ "https:///nexus/repository/bower/" ] }, "resolvers": […
David Masters
  • 8,069
  • 2
  • 44
  • 75
0
votes
0 answers

bower ENOTFOUND Package pd-helpers: not found

Hi I am using below bower.json to build my application here we have pd-helpers dependecy where i am giving url and while running bower install its running succesfully if i change some version number of pd-helper or personal access token in…
0
votes
2 answers

Bower + private-bower + TFS (self hosted) with authentication

I am trying to create a Server for Bower (using private-bower from node js). I think, the problem is coming from the authentication on TFS (https://tfs.companyname.yyy/tfs/xxxxx). This server has for authentication basic auth. Here is what I…
Lenny32
  • 624
  • 6
  • 15
0
votes
1 answer

How to author a bower package?

We have created successfully a bower package and it is working great with Subversion and private-bower. The issue I am facing now, is that we need also the generated files to be commited into (Subversion or Git) to work properly for bower…
cilap
  • 2,215
  • 1
  • 25
  • 51