Skip to content
New issue

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

How to compile in 'vendor.css' css files from bower_components #186

Closed
intrepido opened this issue Mar 6, 2016 · 3 comments
Closed

How to compile in 'vendor.css' css files from bower_components #186

intrepido opened this issue Mar 6, 2016 · 3 comments
Labels

Comments

@intrepido
Copy link

I added for testing de angular-bootstrap library and when I execute

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?

@jadjoubran
Copy link
Owner

Hi @intrepido
The problem seems to be angular-bootstrap's bower.json file:
They don't have the css mentioned in their main attribute.

These issues on their repo discuss some possible solutions:

angular-ui/bootstrap-bower#62
angular-ui/bootstrap-bower#63
angular-ui/bootstrap-bower#18

@intrepido
Copy link
Author

@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

@jadjoubran
Copy link
Owner

okay great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants