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.
0
votes
0answers
8 views
Load jQuery Mobile as AMD module using bower and requirejs
I'm trying to make jQuery Mobile work as an AMD module, Its being downloaded with Bower and loaded with requirejs, my requirejs config looks like this:
require.config({
modules: [
{
name: ...
0
votes
0answers
8 views
Rails Asset Pipeline, Bower, & Pathing
I'm having trouble referencing a bower component via @import in my stylesheets. I have my Rails project setup according to this article. I am trying to do this (using Stylus):
@import semantic-grid
...
0
votes
3answers
99 views
Latest EmberJS doesn't recognize latest Handlebars
When I install both the latest EmberJS (1.0.0-rc.3) and the latest Handlebars (1.0.0-rc.4), I get an error in console when I visit the page:
Uncaught Error: assertion failed: Ember Handlebars ...
1
vote
1answer
25 views
Using grunt in Symfony project with different bundles
I'm looking for some advice & tips on how you deal with Grunt tasks in a Symfony project containing different bundles.
For example:
I created a "backendBundle" which contains a basic login system ...
0
votes
0answers
19 views
Why there's no module loader which recognize bower packages? [closed]
Why the "front-end package manager" bower doesn't provide a module loader?
I know it's "just a package manager", but module loader should be part of a package manager, doesn't it? And a 'Package ...
0
votes
0answers
23 views
use URL file name instead of index.js with Bower
Using Bower, I can download an external URL resource and install it:
# bower install ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.js --save
But this now maps too an index.js file:
"jquery": {
...
1
vote
4answers
114 views
live reload not working after upgrading yo grunt-cli bower
I Just built Nodejs and installed 0.10.6 then uninstalled yo+grunt-cli+bower+generator-webapp and reinstalled to latest using npm -g,
yo webapp
But now live reload doesnt work, cant see any errors ...
0
votes
1answer
20 views
Can I manage bower versioning via git tags only?
I can specify version in bower.json, but it's quite daunting and I often forget to update it in my packages and need to do a 2nd commit.
Is it possible for Bower to read git tags and read versions ...
1
vote
0answers
23 views
RequireJS Text Plugin installed with Bower
How should I be using requirejs-text which is installed via bower? I am supposed to put it in baseUrl but wonder if I could use it from components/requirejs-text/? Whats the best practice?
0
votes
2answers
44 views
Defining 'package' information in component.json and package.json
I'm creating a javascript library that I want make available through Bower to my internal company. I'm using Grunt to build my library.
My issue is that grunt's convention is to use package.json to ...
0
votes
1answer
19 views
Using Nanoc with Bower and CoffeeScript
I had to use the static datasource for Bower packages because Nanoc (filesystem_unified
datasource) does not allow multiple files with same filename and different extension.
But the static ...
0
votes
0answers
41 views
bower tunneling socket error (ECONNRESET)
Don't matter what command I try, I always got this same error with bower:
$ bower search angular
bower error tunneling socket could not be established, cause=read ECONNRESET
I didn't found bower ...
0
votes
0answers
22 views
Using Bower Within A SVN Repository
So I have a project that is stored in a SVN repository. Now because we don't have access to node on the development servers and because of the way code is pushed to the development/testing/production ...
0
votes
4answers
89 views
Bower: Install 2 versions of jQuery
How would I go about installing 2 versions of jQuery using bower? I want to have v2.0 as well as 1.9.1 for browser support fallback
The issue I'm having is that if you run bower install ...
0
votes
1answer
94 views
Updating package with Bower
I am trying to update angular 1.0.5 to 1.0.6. I use Yeoman, and when try to update it is installting 1.0.5. I cleared the cache (removed everything from ~/.bower), still get the below log. I checked ...
0
votes
1answer
168 views
yeoman grunt build does not deploy component css
I'm new to Yeoman. I've generated an Ember.js project with
$ yo ember
so I needed to install Twitter Bootstrap separately running
$ bower install bootstrap
but running
$ grunt build
...
-1
votes
1answer
71 views
npm: issue with bower command not found
I installed bower using node package manager but I always get 'bower command not found'.
But if I type /usr/local/share/npm/bin/bower it works fine.
I read I had to add export ...
1
vote
1answer
111 views
Bower not copying any files
Im using bower as part of the yeoman 1.0 beta 4 install. All looks well however when I run bower install I get the expected output yet no files are copied to app/components as advertised.
I am ...
0
votes
2answers
146 views
How to use jquery ui with bower?
I'm experimenting with yeoman and bower.
I have created a yeoman webapp using the following command
yo webapp
I want to use jqueryui so I have installed it using bower:
bower install jquery-ui ...
0
votes
0answers
35 views
is there a direct url for woff font files?
I want to download font files in the woff format and the tool I am using requires that the url be a direct link to the file with a .woff extension.
I can't seem to find such a link in ...
2
votes
1answer
216 views
How to manage Javascript dependencies with Bower in Rails apps?
The Javascript dependencies are growing in my Rails app and it's leading to some problems. For one, with so many it becomes difficult to track and update versions of different Javascript libraries. At ...
1
vote
1answer
53 views
Nanoc + Bower = Error - Found 2 content files for
I'm using nanoc to generate an static site.
Recently I added Bower to manage front end dependencies.
When I add Bootstrap via Bower I place the package in /assets/bower/
The Bootstrap package ...
1
vote
0answers
47 views
Yeoman vendor images paths are incorrect when building the application
I'm working on an AngularJS application with Yeoman.
The application depends on jQuery UI, which is installed with Bower. This is how I include the jQuery UI theme:
<!-- build:css ...
0
votes
0answers
119 views
Bower install error on Windows
I'm using Bower on Windows 8, and I get an error whenever I try to install a package. In this case, I'm trying to install Twitter Bootstrap. So I run...
bower install bootstrap
... I get this ...
1
vote
1answer
47 views
Twitter Bower file choosing
I was just playing about with Bower and got it to pull down jQuery 1.9.1 and Fancybox 2.1.4
That's great but for example, Fancybox pulls it's entire repo down including all the demo files and not ...
0
votes
1answer
75 views
bower installs several files. why and how can I change it?
I am using bower to install dependencies for my project(I know there is yeoman but I am using bower). After setting up component.json file, when I do bower install it installs dependencies to correct ...
2
votes
1answer
76 views
How do Bower and NPM couple together?
So to preface my question, I'm coming from a Java back-end developer perspective, where we use Maven to build. I have worked on testing on a server-side Node project we recently developed, but now ...
0
votes
1answer
117 views
Is it possible to install components via bower to two different directories?
When using Sass and JS components, is it possible, or even, does it make sense to install them to different directories?
.
|-- app
|-- scripts
|-- components # js components go ...
0
votes
1answer
38 views
Solutions for installing libraries without a prebuilt file in bower
Some libraries don't have an already build JavaScript file in their Github repository because the authors of these libraries are against keeping build artifacts around (Sinon.JS for example). Is there ...
1
vote
1answer
196 views
“command not found” after installation
I seem to be getting the following when I execute npm install bower -g
/usr/local/share/npm/bin/bower -> /usr/local/share/npm/lib/node_modules/bower/bin/bower
bower@0.8.6 ...
0
votes
1answer
346 views
Bower does not install component
Here's the command I run
c:\projectname\www>bower install jquery --save
bower cloning git://github.com/components/jquery.git
bower cached git://github.com/components/jquery.git
bower fetching ...
-1
votes
1answer
81 views
Bower package not working in Sublime
I installed the Bower package for Sublime. It says Bower is installed, but when I try to install anything I get this warning:
bower could not be found in your $PATH. Install bower with npm install ...
2
votes
0answers
94 views
Bower & amd modules
The case
I'm trying to get to the most convenient solution of setting up a big javascript project.
Requirements are:
Modular javascript: just one object in the global namespace if necessary
...
0
votes
2answers
173 views
Specifying latest revision of a particular branch with bower
I want to specify the latest revision of a particular branch as a dependency. Specifically, I'd like to use Bootstrap v3.0 before it is released.
What is the best way to specify that as a dependency ...
2
votes
1answer
145 views
Bower install using only https?
I am trying to set up Bower on a build server at our organization's data center, but git's port does not appear to be open on the data center's firewall. I can use the git command line client to ...
1
vote
1answer
184 views
How to generate component.json from package.json?
I install es5-shim with bower correctly with:
bower install es5-shim
But it doesn't include a main file, so when listing the sources I get an empty list:
bower list --sources
{}
I've looked into ...
2
votes
1answer
178 views
How to get started with yeoman and three.js?
I installed threejs with bower install threejs
Then after this I wish to have threejs in my page, so my app.js file starts with:
define(["jquery", "three"], function() {
"use strict";
However ...
2
votes
1answer
486 views
yeoman: Using yo webapp followed by adding backbone and backbone.layoutmanager to the mix
I successfully installed a webapp using the yeoman webapp generator plugin.
I wanted to add backbone and backbone.layoutmanager to the mix.
But I get errors such as ...
0
votes
1answer
111 views
Bower 0.8.5 seems to be stuck
I updated from 0.8.0 (I guess) or later to 0.8.5 and bower seems stuck when i do a simple bower install. It happens on my machine and with my cloudbees hosted jenkins.
I tried to do a bower ...
1
vote
1answer
314 views
How to keep twitter bootstrap customization with bower?
I'm working in a project with yeoman wich includes grunt for automation and bower for client-side package management. One of the dependencies of my project is SASS twitter-bootstrap.
In other ...
1
vote
2answers
434 views
bower command not returning anything
I've been trying to install bower, but I must be missing something cause the command bower is not returning anything at all!
I installed bower like this:
sudo npm install bower -g
this is the ...
0
votes
1answer
24 views
Assign name to bower install repo
If I give a url to bower like http://something/this/is/javascript it's going to most likely name the repo javascript. My question is, is there any wat to assign a name for a component something like ...
3
votes
1answer
221 views
Inlining Bootstrap SASS images with Compass
A bit about environment: we do UI build automation with Grunt, we do use Twitter Bower for managing third-party dependencies, as we don't want to keep third-party code in our repository, we use ...
12
votes
2answers
745 views
Javascript dependency management : npm vs bower vs volo?
How do you compare the 3 npm, bower and volo ?
All the 3 can be used to install javascript dependencies for a UI project.
I understand npm is more of node specific.
So, when to use what ?
npm still ...
0
votes
2answers
107 views
How to install libraries such as OpenLayers with Bower?
I'm giving a try at Bower from the guys at Twitter, to manage my client-side dependencies.
But I'm facing a nasty problem: apart from a few big players (jQuery, and of course, Bootstrap by Twitter), ...
5
votes
1answer
289 views
bower custom build of jqueryui
In Bower, how do I get and continue to update a custom build of jQuery UI? Let's say I only need components for Core, Widget, Mouse, Position, Sortable, and Accordion in jQuery UI? I rather not ...
1
vote
0answers
85 views
Rails Set Resources Path
I'm working on rails app and want to keep my javascript as seperated as possible from my backend application logic. I'm planning on using the assets to build an app on top of phonegap later. For my ...
1
vote
2answers
225 views
Choose bower install directory
This is a follow-up to this question. I'm using bower 0.7.1, and still cannot get the components to be installed anywhere else than in the components folder.
I tried adding the following line to my ...
1
vote
1answer
347 views
What is the difference between component and bower?
I had a hard time finding an overview of the differences between component and bower. Which one is better, what is the better package manager to use? Are there any alternatives to these two I should ...
0
votes
1answer
527 views
Foundation file to import not found or unreadable
Using the new Yeoman beta 1.0
I bootstrapped an angular application, and installed foundation via bower.
When I run my server, I get this error:
error app/styles/main.scss (Line 7 of ...
