Questions tagged [bower]

Bower is a package manager for the web. Bower lets you easily install assets such as images, CSS and JavaScript, and manages dependencies for you.

Bower is an open source package manager for the web. Bower lets you easily install assets such as images, and , and manages dependencies for you. Assets can be any type of component, and any type of transport can be used.

3166 questions
1
vote
1 answer

403 forbidden on bower components

I am use apache with virtual host as my server. I also use yeoman to generate angular app template. For some reason, when I launch my site, I can see the index page but the console gave me 403 forbidden errors all on bower components like bootstrap,…
BonJon
  • 779
  • 1
  • 7
  • 21
1
vote
1 answer

how to download angular 2 using bower?

I've just started learning angular 2 and though of create a small app using it but could not find way to use angular 2 modules like angular 2,routers etc , So could some please help out in how to download and manage angular 2 modules using bower.
Waseem Bepari
  • 336
  • 2
  • 9
1
vote
1 answer

Use bower to install bootstrap 4

I'm trying to get into using my terminal on a mac. I installed npm sucessfully and when I type npm --version it gives me 2.14.12. With npm I installed bower and I think it worked. But I have two questions: when I type bower -v it gives me this: …
Philip
  • 1,068
  • 3
  • 12
  • 21
1
vote
1 answer

Gulp / Wiredep builds with full path prepended to base64 images embedded in css

Using wiredep + ng-poly, I have a main file from angular toasty. "main": [ "dist/angular-toasty.js", "dist/angular-toasty.css" ], In the angular-toasty.css, there are Base64 PNGs: url("data:font/ttf;base64,AAEAAAASAQAABAAgR0RF....") How…
Jeff Ancel
  • 3,076
  • 3
  • 32
  • 39
1
vote
3 answers

How to use Material Design Icons in Angular app

I am using angular material design for giving responsive design to my AngularJS app. I am using material design icons which I install using: bower install material-design-icons Then I declare the css as CDN link which is:
Developer
  • 695
  • 2
  • 8
  • 17
1
vote
1 answer

unable to install bower using npm on windows 10

Have tried out out npm install -g bower but the iInstallation gets stuck in this phase: It shows no error message. What causes this issue and how can it be solved?
1
vote
0 answers

Installing a forked package with bower

I forked a Github repository and then commited after some customization, building and changing it's bower.json name and url. Now when I want to install it with bower like this: bower install https://github.com/myUserName/originlRepoName.git the…
Mahmoud
  • 844
  • 1
  • 10
  • 17
1
vote
1 answer

Trying to install open source software from Github on server

I'm used to using widgets to install third party software on my site which is obviously just copy/paste the given html, but there's some software I want to install from Github and the ReadMe file states: To Run: git clone…
Mat B
  • 11
  • 3
1
vote
2 answers

How to include sub-dependencies in a Bower repository

I am creating a basic JS framework which I will be uploading to Github and hope to create a bower package so that I can install it in my other projects using Bower. I've never done this before but I could probably work that bit out. The confusion…
jonhobbs
  • 26,684
  • 35
  • 115
  • 170
1
vote
2 answers

where can I find bower_components?

When I download a git project and I run it shows some files are in bower_components folder. I cannot the find the bower_components folder in my project but there is a bower.json files.Can I convert this bower.json to bower_components folder.
Jerin
  • 35
  • 1
  • 7
1
vote
2 answers

Exclude a folder from main-bower-files

How do I filter out an entire folder from the main-bower-files? For example, if I'm doing this mainBowerFiles('**/jquery-validation/**'), it returns only the files from the jquery-validation folder, but I need the opposite. I've tried…
Zabavsky
  • 13,340
  • 8
  • 54
  • 79
1
vote
3 answers

Bower components not found when using Node

When I start my node-server at port 8080, and have a look at in the browser, I see this: I doesn't find any of the bower-files. When I just preview the code through an editor, like brackets. Everything works. I don't understand why node would cause…
Nilzone-
  • 2,766
  • 6
  • 35
  • 71
1
vote
0 answers

Bower generating wrong path, inserting extra token

In my bower.json, I have this: "dependencies": { /* (... many omitted...) */ "userapp": "~2.0.0", "userapp-angular": "~2.0.4" }, By default, when running a grunt bowerInstall task, inside of index.html this is mis-generated like…
FrobberOfBits
  • 17,634
  • 4
  • 52
  • 86
1
vote
1 answer

using grunt-contrib-concat with bower

i have this situation: i have some js libraries downloaded via bower in bower_componenents folder some custom javascript in a different js folder my concat task is the following: concat: { dist: { src: [ …
valerio0999
  • 11,458
  • 7
  • 28
  • 56
1
vote
0 answers

Angular Google Maps- map not visible on page

After wasting a bunch of time on this, I came here for help. I'm using Angular Google Maps from here: https://angular-ui.github.io/angular-google-maps Installed all packages with bower and it seems there are no errors of incorrect sources paths or…
Blue Bot
  • 2,278
  • 5
  • 23
  • 33
1 2 3
99
100