Most voted "bower" questions
Tool to manage front-end dependencies in a very automated way. Use this tag for questions about using and configuring Bower. If the doubt isn’t about Bower, don’t use this tag, even if you’re using Bower in your project.
Learn more…30 questions
Sort by count of
-
12
votes1
answer3675
viewsWhat is the difference between "dependencies" and "devDependencies"?
What’s the difference between saving a component like "dependencies" or "devDependencies" in the Bower, npm, commiserate among others using this structure ?…
-
10
votes1
answer2752
viewsWhat are the differences between Grunt and Gulp?
I’ve heard a lot about Grunt and Gulp, but I still don’t understand what they work for exactly. my doubts, are the following: What are they for? Is there any relationship between them? They can be…
-
10
votes4
answers2392
viewsNPM, Bower and Composer, which one to use?
Can someone explain to me the difference between NPM, Bower and Composer. They are all package managers, correct? But when each must be used?
-
7
votes2
answers213
viewsHeroku deploy with Bower-Rails
I have the gem 'bower-rails' installed in my application but when deploying I have the following error: I added the gem rails_12factor I’m using the buildpack: heroku buildpacks:set…
-
7
votes1
answer3054
viewsBower - What is, what is its utility and how to use it?
In project files and mostly front-end frameworks I’ve seen much, much even the file Bower.json and I believe he’s a file like composer.json, package.json, Gruntfile.js, README.md, so I’d like to…
-
5
votes1
answer344
viewsHow to translate JS plugins dynamically with Codeigniter?
I’m developing a Webapp using Codeigniter and need to have multiple languages, in PHP quiet, my problem is how to organize the translations of Javascript plugins. Example, I have in the application…
-
4
votes1
answer1467
viewsCSS and JS files in Laravel
By "default", the CSS and JS files in Laravel are in the folder public. But when I create dependencies with Bower, it creates the component folder in the folder vendor. I can change the vendor for…
-
3
votes1
answer2876
viewsProblem installing Bower in windows
I installed the nodejs without problems. I ran this command and it was: npm -v 1.4.28 Right after I try to install Bower and I can’t: npm install -g bower After running this command appears this: I…
-
3
votes1
answer399
viewsWhat is the best way to organize a directory for a web project?
What is the best way to organize directories for a PHP web development project?
-
3
votes2
answers129
viewsGulp + Bower - How to import Bower installed components for my final project
I’m starting to manage my components with Bower and I’m having a question: I use Gulp to perform tasks like compiling my Less files, concatenating Avascripts, only how Bower components get inside…
-
2
votes0
answers198
viewsI’m having trouble with Bower’s installation, how do I fix it?
i am having trouble with the installation of Bower, I had already installed, I even worked on some projects using "yo + Grunt + Bower" however, today when I went to create a new project I got a…
-
2
votes1
answer92
viewsError in Gulp installation
I am installing Gulp on my Windows 7 by the command gulp . But you’re giving me the following mistake: [11:21:03] Error in plugin 'gulp-bower' Message: Failed to execute "git ls-remote --tags…
-
2
votes0
answers808
viewsComposer SSL3_GET_SERVER_CERTIFICATE:Certificate Verify failed
I work in a public body and here the access is very restricted. I have been facing problems when trying to run "Composer install" or "Composer update", this also goes for pro NPM or Bower. Follow…
-
2
votes1
answer112
viewsRequirejs data-main does not work
Hello I’m always getting the same message when trying to run my index.html file that tries to reload jQuery from requireJS. /Testerequire/jquery.js net::ERR_FILE_NOT_FOUND Error: Script error for…
-
2
votes1
answer210
viewsTrouble at startar Gulp serves
Good afternoon, I’m creating a portal in Angularjs and Node. After installing npm in the workbook npm install and Ben bower install The tutorial asks for the command to be done gulp serve, but this…
-
1
votes1
answer122
viewsHow to create a server for private power?
I have several frontend packages developed by my team, all these packages are private and I can’t register them on Bower public repository. It would be possible to have a private server containing…
bowerasked 9 years, 2 months ago Bruno Wego 1,568 -
1
votes1
answer56
viewsBower at Visual Studio 2015
I downloaded Visual Studio 2015 Community and went to test to see if everything was OK. But it is not, when I create an ASP.NET MVC 5 web project, the Bower.json file does not 'offer' Intellisense…
-
1
votes1
answer348
viewsHow to use Bower components using Gulp
I use the Gulp to help me in the development, even then beauty if I need the bootstrap or jquery low put in the folders I choose and ok, but I would like to use the bower, but I didn’t quite…
-
1
votes1
answer53
viewsHow to use Bower to install from a bitbucket repository
Here at the company where I work, we have some libraries that we develop specifically for the company. That’s why I’m using bitbucket, with a private repository. How can I do to install via bower, a…
-
1
votes0
answers36
viewsJSP + netbeans + Bower Project
Good afternoon, everyone! My question is this:... I have a newly created JSP project in netbeans and want to work with Bower to manage my front-end packages. Where to create the bower_components…
-
0
votes1
answer46
viewsAutomatically call bower_components in header
I’m using Watt to download and maintain the dependencies I’ll need to use in the project. If I understand correctly I can run a Power update and will update them for me. I’m with jquery, bootstrap,…
-
0
votes1
answer270
viewsWhat is the concept that involves the tools/workflow front-end?
Shortly after I started working in this branch I had contact with the terms front-end and back-end, but only recently, I had greater contact with the tools for workflow (Bower, Less, Sass, yo, GIT…
-
0
votes3
answers395
viewsHow to specify directory where Bower will place dependencies?
I installed here in my machine the bower globally. npm install -g bower So when I use the remote bower install jquery, he installs it in the folder called bower_components. Is there any way to make…
bowerasked 8 years, 9 months ago Wallace Maxters 102,340 -
0
votes1
answer53
viewsI installed Bower, Gulp but don’t know which file to edit
I bought a theme from the internet called FUSE ANGULAR JS, in documentation from him, he explains that I must install npm, Bower, Gulp and so on... then he asks me to execute the following command…
-
0
votes0
answers34
viewsErrors when creating a project in the Zurb Foundation
I installed the Zurb Foundation for Emails, but when installing the project in the directory, it is returning me several errors (I will be leaving the image of the terminal since there are many), I…
-
0
votes1
answer27
viewsDoubt regarding reporting version in Bower
Good morning, everyone! I am developing a simple website with the purpose of front end study and I came across a question regarding Bower, tool that I am using to manage dependencies, which I could…
-
0
votes1
answer168
viewsBower ENOGIT git is not installed or not in the PATH, how to resolve?
I am developing my first application in which I intend to use the Angularjs framework. To download the front-end dependencies I am using Bower, however when I write the command on CMD for me to do…
-
0
votes1
answer70
viewsPolymer: Observe a global variable
I want to create an element that will open a popup and display a message to the user. I want it to be accessible by any view of my system. So I created a global variable that will be responsible for…
-
0
votes1
answer43
viewsProblems with Power
After I installed Bower and I try to give Bower info angular it gives ENOGIT git is not installed or not in the PATH. I use git bash. How do I fix this?
-
0
votes1
answer1584
viewsFontawesome does not carry correctamete carries squares
After performing the settings and installing the font-awesome with the Bower and call you through my file Sass through a name file Sass plugin. The same is not run only appear a few squares. Before…