mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[PR #260] [CLOSED] Exporting supported country codes and using templates #719
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#719
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?
📋 Pull Request Information
Original PR: https://github.com/lipis/flag-icons/pull/260
Author: @yelly
Created: 6/17/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
6015a88Adding grunt-templatee6730d6Adding flag-icon.js and moving to templates for everything📊 Changes
9 files changed (+489 additions, -3 deletions)
View changed files
📝
Gruntfile.coffee(+18 -1)➕
flag-icon.js(+262 -0)📝
index.html(+1 -0)➕
index.html.tpl(+192 -0)➕
less/flag-icon-list.less.tpl(+3 -0)➕
less/flag-icon-more.less.tpl(+3 -0)📝
package.json(+4 -2)➕
sass/_flag-icon-list.scss.tpl(+3 -0)➕
sass/_flag-icon-more.scss.tpl(+3 -0)📄 Description
Adding flag-icon.js as a main script for the module which exports all
available country codes.
Using templates for all files that include all the flags (less, sass
and html).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.