Questions tagged [bower-install]

Bower is a package manager for the web.

Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.

Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).

Home: http://bower.io/

351 questions
2
votes
0 answers

Font family src not found from bower dependency

All javascript depenedencies in my project are managed by bower. I use bower-installer to filter out only needed resources. One of them is bootstrap, which contains some fonts, see bower configuration: { ... "install":{ "path":{ …
Mon Calamari
  • 4,403
  • 3
  • 26
  • 44
2
votes
1 answer

run bower install on heroku within a java/play project

I need to deploy a java/playframework project on heroku. I'm using bower to install my frontend dependencies such as angular etc. Is there any way to run bower install with a "non-nodejs" project? I've tried to run: heroku run bower install
timoweiss
  • 23
  • 3
2
votes
1 answer

bower add Jquery UI theme in style

In my project I have included to jQuery UI.I am using Bower, Yeoman and Grunt. I added jQuery UI: bower install jquery-ui --save . but the jQuery UI theme was not included in Bower style components.