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

Glyphicons "fonts" folder disappeared in Bootstrap v4+ NPM dist #18539

Closed
danielweck opened this issue Dec 11, 2015 · 3 comments
Closed

Glyphicons "fonts" folder disappeared in Bootstrap v4+ NPM dist #18539

danielweck opened this issue Dec 11, 2015 · 3 comments
Labels

Comments

@danielweck
Copy link

The Glyphicons fonts folder is NPM-packaged in v3, but not v4:
https://github.com/twbs/bootstrap/tree/master/fonts

https://github.com/twbs/bootstrap/blob/master/package.json#L64

  "files": [
    "dist",
    "fonts",
    "grunt",
    "js/*.js",
    "less/**/*.less",
    "Gruntfile.js",
    "LICENSE"
  ],

https://github.com/twbs/bootstrap/blob/v4-dev/package.json#L72

  "files": [
    "dist",
    "grunt/*.js",
    "grunt/*.json",
    "js/*.js",
    "scss/**/*.scss",
    "Gruntfile.js",
    "LICENSE"
  ],

Is that an error? If not, what is the suggested alternative now?

Also see: #18520

@cvrebert
Copy link
Collaborator

There is no fonts folder whatsoever in v4 because v4 doesn't include any fonts anymore. Glyphicons has been dropped. See http://v4-alpha.getbootstrap.com/migration/#components

@danielweck
Copy link
Author

Thanks, that helps.

@luisSanchezCruz
Copy link

thanks !

@twbs twbs locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants