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

Current release of Material Design Icons won't work with the scripts #4

Open
tusabez opened this issue Jun 27, 2021 · 1 comment
Open

Comments

@tusabez
Copy link

tusabez commented Jun 27, 2021

It looks like the current release of Material Design Icons has had a change in directories and no longer works with the script. I ended up having to clone the whole repository and then ran get checkout 3.0.2 to get the previous commit so the script could work with it. Not sure if that's the best way to do it but figured I can give others a head's up.

@nchowning
Copy link

A workaround that I used for now:

cd ~src/
mkdir material-design-icons-master && cd material-design-icons-master
git init
git remote add origin -f https://github.com/google/material-design-icons.git
git checkout tags/3.0.2

That should just pull down the 3.0.2 tag without having to pull down all of master.

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