mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[GH-ISSUE #860] Major updates #414
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#414
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lipis on GitHub (Oct 22, 2021).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/860
Originally assigned to: @lipis on GitHub.
country.jsonin sync@NotTsunami commented on GitHub (Oct 23, 2021):
We were previously using svgo 2.3.1 prior to
3f7dfdbd89. Why did we drop to 1.x?Also, I can submit a PR for GitHub Actions later.
@lipis commented on GitHub (Oct 23, 2021):
@NotTsunami I couldn't make it work with
svgo.yamlconfig and use the commands frompackage.json.If you can make it work.. please submit a PR for it with the latest svgo..
@lipis commented on GitHub (Oct 23, 2021):
Please do.
@lipis commented on GitHub (Oct 23, 2021):
@NotTsunami https://github.com/svg/svgo/releases/tag/v2.0.0
@NotTsunami commented on GitHub (Oct 25, 2021):
For svgo see #869. The new
svgo.config.jsis identical to our current config, and svgo automatically searches for it so it doesn't need to be specified in the command line.@lipis commented on GitHub (Oct 25, 2021):
Thank youuu!