Browse Source

Move site.webmanifest to sort the assets

pull/1436/head
albertsalles4 3 years ago
parent
commit
b7fd3d4d62
  1. 10
      apps/client/project.json

10
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"],

Loading…
Cancel
Save