We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added for testing de angular-bootstrap library and when I execute
angular-bootstrap
gulp && gulp watch
command the .js files are complied in vendor.js, but the .css files isn't compiled in vendor.css. Is there something wrong in bower.task.js?
vendor.js
vendor.css
bower.task.js
The text was updated successfully, but these errors were encountered:
Hi @intrepido The problem seems to be angular-bootstrap's bower.json file: They don't have the css mentioned in their main attribute.
main
These issues on their repo discuss some possible solutions:
angular-ui/bootstrap-bower#62 angular-ui/bootstrap-bower#63 angular-ui/bootstrap-bower#18
Sorry, something went wrong.
@jadjoubran Thanks I already resolved the problem, I installed the css with
bower install bootstrap-css-only --save
and now all work fine. I had forgotten to use --save param
--save
okay great!
No branches or pull requests
I added for testing de
angular-bootstrap
library and when I executecommand the .js files are complied in
vendor.js
, but the .css files isn't compiled invendor.css
. Is there something wrong inbower.task.js
?The text was updated successfully, but these errors were encountered: