Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwill/1cb0986c6cc62756e1f7dfaffe6a0f43 to your computer and use it in GitHub Desktop.
Save jgwill/1cb0986c6cc62756e1f7dfaffe6a0f43 to your computer and use it in GitHub Desktop.
When you want to copy files into assets at compile time in angular Assets
"assets": [
"src/favicon.ico",
{
"glob": "*.svg",
"input": "./node_modules/country-icons/Markup/blocks/lng/i/",
"output": "assets/i18n.icon/"
},
"src/assets",
"src/assets/i18n"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment