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

No glyphicons in dist #60

Open
dionsnoeijen opened this issue Dec 3, 2015 · 2 comments
Open

No glyphicons in dist #60

dionsnoeijen opened this issue Dec 3, 2015 · 2 comments

Comments

@dionsnoeijen
Copy link

Hi, I'm struggling with this issue. There are no glyphicons in the dist folder when watching.

I found this in the gulpfile:

require('main-bower-files')

It's in the font tast. I have no main-bower-files anywhere in the project so I suspect something is going wrong.

Hopefully you have some clue what's going on here. I like this package but it's a showstopper for me :).

@randylien
Copy link
Owner

main-bower-files should install automatically when project is created or you can try npm install in your project and it should install main-bower-files package.

@ebhoren
Copy link

ebhoren commented Apr 1, 2016

Add this to your project bower.json file.
"overrides": { "bootstrap-sass-official": { "main": [ "./assets/stylesheets/_bootstrap.scss", "./assets/javascripts/bootstrap.js", "./assets/fonts/bootstrap/glyphicons-halflings-regular.eot", "./assets/fonts/bootstrap/glyphicons-halflings-regular.svg", "./assets/fonts/bootstrap/glyphicons-halflings-regular.ttf", "./assets/fonts/bootstrap/glyphicons-halflings-regular.woff", "./assets/fonts/bootstrap/glyphicons-halflings-regular.woff2" ] } }

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

No branches or pull requests

3 participants