From 2030bb5b2be97a9e3dba3b1b108d2dce6d133802 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 26 May 2022 15:33:47 +1000 Subject: [PATCH] messed up the favicon assets --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index fde8ec1..f6dee0f 100644 --- a/angular.json +++ b/angular.json @@ -91,7 +91,7 @@ { "input": "src/deployments/mlerp/assets/favicons", "output": "assets/favicons", - "glob": "*.json" + "glob": "*" } ] }, @@ -126,7 +126,7 @@ { "input": "src/deployments/gerp/assets/favicons", "output": "assets/favicons", - "glob": "*.json" + "glob": "*" } ] }, -- GitLab