From b7fd3d4d6231ffe573a13d0e350854dfa484279e Mon Sep 17 00:00:00 2001 From: albertsalles4 Date: Thu, 10 Nov 2022 20:13:45 +0100 Subject: [PATCH] Move site.webmanifest to sort the assets --- apps/client/project.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/client/project.json b/apps/client/project.json index 17087307f..0fd3d577c 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -44,6 +44,11 @@ "input": "apps/client/src/assets", "output": "./../" }, + { + "glob": "site.webmanifest", + "input": "apps/client/src/assets", + "output": "./../" + }, { "glob": "**/*", "input": "node_modules/ionicons/dist/ionicons", @@ -58,11 +63,6 @@ "glob": "**/*", "input": "apps/client/src/assets", "output": "./../assets/" - }, - { - "glob": "site.webmanifest", - "input": "apps/client/src/assets", - "output": "./../" } ], "styles": ["apps/client/src/styles.scss"],