Questions tagged as 'bower'

4
answers

NPM, Bower and Composer, which one to use?

Can anyone explain the difference between NPM, Bower and Composer. They are all package managers, correct? But when should each be used?     
asked by 05.01.2017 / 20:09
1
answer

What are Grunt x Gulp's uses and what are the differences?

I've heard a lot about Grunt and Gulp, but I still do not understand what exactly they're up to. my doubts, are as follows: What do they serve? Is there any relationship between them? Can they be compared to bower, for example?...
asked by 12.04.2016 / 12:53
1
answer

Bower - What is it, what is its usefulness and how to use it?

In project files and mainly front-end frameworks I have seen a lot, a lot even the bower.json file and I believe it is a file like composer.json , package.json , Gruntfile.js , README.md , then I would like to know:...
asked by 12.04.2016 / 05:05
1
answer

What is the difference between "dependencies" and "devDependencies"?

What's the difference between saving a component like dependencies or devDependencies in bower , npm , composer and others that use this structure?     
asked by 07.11.2016 / 00:51
1
answer

How to translate JS plugins dynamically with Codeigniter?

I'm developing a WebApp using Codeigniter and need to have multiple languages, in quiet PHP, my problem is how to organize the translations of Javascript plugins. Example, I have in the application plugins like DataTables and Datepicker and...
asked by 27.07.2017 / 21:39
2
answers

Heroku deploy with bower-rails

I have gem 'bower-rails' installed in my application but when deploy I have the following error: I added the gem rails_12factor I'm using buildpack : heroku buildpacks:set https://github.com/heroku/heroku-buildpack-ruby...
asked by 22.05.2015 / 16:44
1
answer

CSS and JS files in Laravel

By default, the CSS and JS files in Laravel are in the public folder. But when I create the dependencies with Bower, it creates the components folder in the vendor folder. Can I change the folder from vendor to public...
asked by 24.08.2016 / 18:11
2
answers

Gulp + Bower - How to import the components installed by Bower for my final project

I'm starting to manage my components with Bower and I have a question: I use Gulp to perform tasks such as compiling my less files, concatenating javascripts, but since the Bower components are inside the bower_components I do not know how...
asked by 19.07.2015 / 20:41
1
answer

What is the best way to organize a directory for a web project? [closed]

What is the best way to organize directories for a PHP web development project?     
asked by 10.06.2015 / 00:24
1
answer

RequireJS data-main does not work

Hello I'm always getting the same message when trying to run my index.html file that attempts to reload jQuery from requireJS.    /TestRequire/jquery.js net :: ERR_FILE_NOT_FOUND Error: Script error   for "jquery" link index.html &...
asked by 06.10.2016 / 15:58