-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Missing Morpheus icons via composer #13030
Comments
Hi, If you want to use Matomo from this git repostitory you need to do some steps that are already automated on the build. I am not sure if setup only via composer is supported. |
Hi, Thanks for your reply.... |
I can't think of a way to use all Matomo dependencies with composer. So I'd recommend you to either use the build from https://builds.matomo.org/ or use git as explained here. |
But that is just what composer is about! I looked again to #13030 .... https://packagist.org/packages/piwik/ Then all the composer users would miss these icons or have to do some special action with git.... because only these icons are missing.... Maybe they even don't use git..... So i guess the composer-package is not complete. Or if it is not maintained then there should be a notification in packagist about that. |
Images en fonts etc are all there, only the icons are missing.... :-( |
Hi, The reason why the icons aren't there is that they are a completly seperate project (https://github.com/matomo-org/matomo-icons) that is included as a submodule. You should also be missing |
Oops indeed 😿 Thanks for your help and info so far! I will report later how it went. |
Hi, The git commands are just for development and are not used otherwise. You also don't need the whole You can check this script which is used to create the normal matomo zip files from the development version on this repository: https://github.com/matomo-org/matomo-package/blob/master/scripts/build-package.sh |
Oh ok!! |
There is a work around for this, you can see an example in https://github.com/creativecoder/piwik-heroku/blob/master/composer.json Basically you need to manually define the sub repos, like |
My work around was: |
Hi,
We use composer to get matomo in our projects.
For a while now, some icons are missing. As far as I can see it is due to the icons-dir in Morpheus-plugin which is empty.
I read #11617, but this won't fix it for us, since we use the official composer package.
How do we get the icons back?
Thanks in advance,
flexjoly
The text was updated successfully, but these errors were encountered: