-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
icon font only release #133
Comments
Update 2018-10-27 The lack of updates + development support issues also bothered me. I've forked this repo, added support for scss, removed irrelevant files and updated the fonts with the latest straight from Google's CDN. material-design-icons-iconfont contain only the relevant font files (excluding the many source svg files which cause congestion)
Check it out: material-design-icons-iconfont |
+1 the same in my case. I dont know how you do it, but in our CI it takes forever (10 min aprox) to copy all the icons for every format from the cache to the bower_components directory every time it runs bower install. Its over 36MB and 77.500 files. Maybe every format could have its own repo. |
+1 |
Reasonable request. I'll see if I can get this going for our next release. |
Ah yea it would be awesome :D |
Any news about this feature? |
+1 |
@jossef thanks for doing that as a stopgap. |
How do I install the app password for gmail I thought this was it sorry if u have to keep it in lamens terms but I am in awe of ur billance |
Any news? |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
3rd party package to solve ths 1 year isssue I guess? |
And the size is not 26MB any more but 32 nowadays. Not extremely significant, of course, but still terribly slow when run via git. |
+1 |
Hey Google, can we close this issue since it looks like a "wontfix" to me? You have something like 300 bazillions of dollars and you can't spend 1 hour on this thing? If you don't want to fix it, say it, so we can forget about it and move in a different direction. |
@FezVrasta the thing about open source is that it is open. So, as frustrating as it may be, you have to remember what open means. And that includes the good and bad. The good when google publishes the icons and the community, like @jossef, can help on what users want. The bad, when even maintainers can't help on what users want. I only say this not because your last paragraph was nonconstructive, the thing I most dislike in open source discussions. Anyway, I'm following this thread and I would also like to have an official statement about this issue. We can safely consider it 'wontfix' after a year and a half, I guess. @shyndman? |
I don't say that they have to fix this issue, but damn it, they are one of the biggest companies in the world, at least add a stupid label to the issue and close it! |
Thanks for your package @jossef. It sped up our node module installation by a factor of ~4.5. Hopefully the official package can provide this eventually. |
+1 |
+5 |
so such a small thing to do it :( |
Having 50K unneeded files under source control was killing our team. Now we've removed the material icons from all our projects and went back to Font Awesome. Problem solved. |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1 |
I've created similar fork as @jossef that contains just production SVGs so that you can create your own SVG sprites: cloudaper/material-design-icons. Hopefully someone will find that useful. |
We're gathering all feedback and suggestions regarding updating the npm package in a central issue: #1129 Please have a look and see if the package, as published in the way suggested there, would suit your needs. |
Installing
material-design-icons
viabower
,npm
,jspm
etc pulls down the svgs and other artefacts, which is pretty big (26.9MB). Can there be a release that includes just the icon fonts themselves?Its possible to reference the google web font url but that creates an external dependancy.
The text was updated successfully, but these errors were encountered: