Skip to content

Instantly share code, notes, and snippets.

@alx-andru
Created October 25, 2018 14:01
Show Gist options
  • Save alx-andru/ae5a54a5c236a845a89e208f19cf6ebe to your computer and use it in GitHub Desktop.
Save alx-andru/ae5a54a5c236a845a89e208f19cf6ebe to your computer and use it in GitHub Desktop.
Modified assets of an angular.json to serve static folder and oidc-client from node_modules
...
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "src/static",
"output": "/"
},
{
"glob": "oidc-client.min.js",
"input": "node_modules/oidc-client/dist",
"output": "/"
}
],
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment