[PR #260] [CLOSED] Exporting supported country codes and using templates #719

Closed
opened 2026-03-03 14:40:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/260
Author: @yelly
Created: 6/17/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 6015a88 Adding grunt-template
  • e6730d6 Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/260 **Author:** [@yelly](https://github.com/yelly) **Created:** 6/17/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6015a88`](https://github.com/lipis/flag-icons/commit/6015a8867795e08587d5f63b8a2ceb6a5fe29a98) Adding grunt-template - [`e6730d6`](https://github.com/lipis/flag-icons/commit/e6730d6a64eda031d09542838ed7f2439b95984c) Adding flag-icon.js and moving to templates for everything ### 📊 Changes **9 files changed** (+489 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:40:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#719
No description provided.