Skip to content
Snippets Groups Projects
Commit 31431f9f authored by Chris Hines's avatar Chris Hines
Browse files

missed some bits

parent aa93c000
No related branches found
No related tags found
3 merge requests!112Add a feature for notifications when opening a new tab for the application....,!110Dev,!107Test
Pipeline #39372 canceled
......@@ -87,6 +87,46 @@
"input": "src/deployments/mlerp/assets/config",
"output": "assets/config",
"glob": "*.json"
},
{
"input": "src/deployments/mlerp/assets/favicons",
"output": "assets/favicons",
"glob": "*.json"
}
]
},
"gerp": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.gerp.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"assets": [
"src/assets",
{
"input": "src/deployments/gerp/assets/config",
"output": "assets/config",
"glob": "*.json"
},
{
"input": "src/deployments/gerp/assets/favicons",
"output": "assets/favicons",
"glob": "*.json"
}
]
},
......
mkdir -p /opt/strudel2/spa/gerp
cp gerp.conf /etc/nginx/snippets
cp -r dist/* /opt/strudel2/spa/gerp
cp -r dist/assets/favicon* /opt/strudel2/spa/gerp
cp -r dist/assets/favicons/* /opt/strudel2/spa/gerp
echo "you must include /etc/nginx/snippets/gerp.conf in your nginx site config manually"
mkdir -p /opt/strudel2/spa/mlerp
cp mlerp.conf /etc/nginx/snippets
cp -r dist/* /opt/strudel2/spa/mlerp
cp -r dist/assets/favicon* /opt/strudel2/spa/mlerp
cp -r dist/assets/favicons/* /opt/strudel2/spa/mlerp
echo "you must include /etc/nginx/snippets/mlerp.conf in your nginx site config manually"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment