From 3474fe4cc4ff266fc9db5feeb8da5293466dd640 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 18 Feb 2021 10:34:56 -0600 Subject: [PATCH] #84 - include SVG logo in build artifacts --- angular.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/angular.json b/angular.json index d5a508a..6b169db 100644 --- a/angular.json +++ b/angular.json @@ -25,6 +25,11 @@ "input": "src/assets", "output": "assets" }, + { + "glob": "**/*.svg", + "input": "src/assets", + "output": "assets" + }, { "glob": "**/*.svg", "input": "node_modules/ionicons/dist/ionicons/svg",