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

fortawesome/font-awesome doesn't install files #98

Open
glensc opened this issue May 3, 2017 · 4 comments
Open

fortawesome/font-awesome doesn't install files #98

glensc opened this issue May 3, 2017 · 4 comments

Comments

@glensc
Copy link
Contributor

glensc commented May 3, 2017

so i ran: composer require --dev fortawesome/font-awesome --no-update
it installed stuff under vendor/fortawesome/font-awesome, all is well.

however nothing placed under components dir.

here's link to their files:

these seem fine.

@glensc
Copy link
Contributor Author

glensc commented May 3, 2017

however, i noticed few differences for stuff i've placed to composer.json under repositories :

  "styles": [
    "css/font-awesome.css"
  ],
  "fonts": [
    "fonts/fontawesome-webfont.eot",
    "fonts/fontawesome-webfont.svg",
    "fonts/fontawesome-webfont.ttf",
    "fonts/fontawesome-webfont.woff",
    "fonts/fontawesome-webfont.woff2",
    "fonts/FontAwesome.otf"
  ]

can that be the issue, that RobLoach/component-installer doesn't support processing those keywords. i guess they are newer than this project? assuming that's the case of course.

@glensc
Copy link
Contributor Author

glensc commented May 3, 2017

probably same issue: dropzone/dropzone#857

@RobLoach
Copy link
Owner

@glensc While that PR is still in the works, I've given you access on https://github.com/components/font-awesome . Feel free to use the shim repo until it's officially in.

@glensc
Copy link
Contributor Author

glensc commented Jun 13, 2017

@RobLoach thanks. but i'm using project specific composer repository for such issues:
https://github.com/eventum/composer

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

2 participants