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

Wiredep + Gulp will not generate any script tags and paths

I've been trying to get wiredep and gulp to generate my script tags and paths for scripts loaded (and --save-dev) via Bower, as shown in myriad tutorials but no matter what I do, it will copy the html source file just fine but won't inject the…
MaxRocket
  • 920
  • 1
  • 12
  • 26
1
vote
2 answers

'Git not installed or path not specified' while installing bower components even after having git & the path variables as given in stackoverflow

Im working on a project that requires bower components from Git and its not being installed even after i having GIT in my system. I have also set the path to git/cmd. The configs are : Windows7; GIT is 2.7.0.windows1 and the Path is…
Panicker
  • 37
  • 7
1
vote
0 answers

How can I get bower_rails to install my Bower assets on Heroku?

I want to use bower_rails to incorporate bower assets into my Rails application. I don't want to commit these assets into my repo though, I just want to specify them in my Bowerfile and have them installed by Heroku during deployment. How can I do…
Eric
  • 5,815
  • 3
  • 25
  • 34
1
vote
2 answers

Building jhipster in Windows Jenkins

When I try to build JHipster on a windows Jenkins instance, I get the following error org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.trecloux:yeoman-maven-plugin:0.4:build (run-frontend-build) on project…
wishy
  • 1,748
  • 2
  • 12
  • 14
1
vote
1 answer

I have a .bowerrc and a bower.json file does a project need both?

In an ASP.NET Core MVC website there is a .bowerrc file: { "directory": "wwwroot/lib" } And there is also a bower.config file: { "name": "ASP.NET", "private": true, "dependencies": { "font-awesome": "4.5.0", …
NikolaiDante
  • 18,469
  • 14
  • 77
  • 117
1
vote
1 answer

Ember Addons and bower dependencies versioning

(related, very similar, but not the same as this question, as my question is looking for the scenario where node_modules is lost and re-fetched through npm install and on the topic of keeping deps current in general.) Let A be an addon in version…
1
vote
1 answer

Grunt & Bower & grunt-wiredep

I tied to use grunt and bower together. To inject bower components directly to index.html grunt-wiredep is used. But there is one problem, some dependencies that present in bower.json still are not included in *.html bower.json { "name": "***", …
anastsiacrs
  • 159
  • 4
  • 18
1
vote
3 answers

how to update my Ionic App Lib Version?

In My Project, ionic info command here Cordova CLI: 5.3.3 Ionic Version: 1.2.4-nightly-1917 Ionic CLI Version: 1.7.0 Ionic App Lib Version: 0.5.1-beta.0 ios-deploy version: 1.8.2 ios-sim version: 5.0.1 OS: Mac OS X El Capitan Node Version:…
Yoohogyun
  • 216
  • 5
  • 17
1
vote
1 answer

Bower Update Foundation-Sites Not Working

Using Yeti Launch I created a new foundation site. I now want to update to the latest version of foundation. Below is a screenshot of bower list: I've tried bower update foundation-sites but its not working. Any ideas on what I'm doing wrong and…
userMod2
  • 8,312
  • 13
  • 63
  • 115
1
vote
1 answer

unreachable code after return statement Angular Material Failing when linked in index.html

Hi guys im just setting up a new project for some work im doing trying to get something working quickly to keep momentum up. However i seem to be having a problem with getting Angular Material to load properly. Im using Node and bower to get my…
Marc Davies
  • 205
  • 3
  • 13
1
vote
0 answers

Is it possible to inject dynamic angular dependencies

I have many widgets and component. After some time admin can add new component via BOWER and include in html file using GRUNT. But how dynamic dependencies can be handle in angular.? For example. I have following module name and dependencies app =…
Uzma Manzor
  • 169
  • 1
  • 10
1
vote
0 answers

packages not found in index.html and karma.conf.js after doing wiredep

I'm using wiredep to automatically include ckeditor and ng-file-upload to my index template and karma.conf.js. My project is bootstrapped by jhipster. For ckeditor package, I have to include two files, ckeditor.js and ckeditor-angularjs.js, but…
slim
  • 447
  • 2
  • 10
  • 27
1
vote
2 answers

Bower Error: bower angular resolution unsuitable resolution

I got a fail response that bower angular resolution Unsuitable resolution declared for angular: 1.4.8 bower ECONFLICT Unable to find suitable version for angular And my bower.json is { "name": "someet-backend", "version": "0.0.0", "private":…
Michael Du
  • 11
  • 5
1
vote
2 answers

Can Gulp add a custom CSS?

Here's my index.html file: Price Tracker
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
1
vote
2 answers

YEOMAN + BOWER: "EINVALID - Failed to read Z:\bower.json"

I've just installed Yeoman, along with related dependencies (Karma, Grunt CLI, PhantomJS, Jasmine, etc.) When running the AngularJS generator, I seem to be getting the following error: bower EINVALID Failed to read Z:\bower.json Warning: Error:…
Aaron
  • 11
  • 1
1 2 3
99
100