Add branding assets for TIS tenant with logo and login image
This commit is contained in:
+49
-1
@@ -116,6 +116,10 @@
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/assets/images/brandingAssets.ts",
|
||||
"with": "src/tenants/tis/brandingAssets.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.tis.ts"
|
||||
@@ -132,6 +136,50 @@
|
||||
"outputHashing": "all",
|
||||
"outputPath": "dist/tis",
|
||||
"serviceWorker": "ngsw-config.json"
|
||||
},
|
||||
"tis-development": {
|
||||
"assets": [
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "public-tis"
|
||||
}
|
||||
],
|
||||
"budgets": [
|
||||
{
|
||||
"maximumError": "2.5MB",
|
||||
"maximumWarning": "1.5MB",
|
||||
"type": "initial"
|
||||
},
|
||||
{
|
||||
"maximumError": "6kB",
|
||||
"maximumWarning": "3kB",
|
||||
"type": "anyComponentStyle"
|
||||
}
|
||||
],
|
||||
"extractLicenses": false,
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/assets/images/brandingAssets.ts",
|
||||
"with": "src/tenants/tis/brandingAssets.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.tis.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app.routes.ts",
|
||||
"with": "src/tenants/tis/app.routes.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app/branding/branding.config.ts",
|
||||
"with": "src/tenants/tis/branding.config.ts"
|
||||
}
|
||||
],
|
||||
"optimization": false,
|
||||
"outputHashing": "all",
|
||||
"outputPath": "dist/tis",
|
||||
"serviceWorker": "ngsw-config.json",
|
||||
"sourceMap": true
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production",
|
||||
@@ -179,7 +227,7 @@
|
||||
"buildTarget": "pos.client:build:staging"
|
||||
},
|
||||
"tis": {
|
||||
"buildTarget": "pos.client:build:tis"
|
||||
"buildTarget": "pos.client:build:tis-development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development",
|
||||
|
||||
Reference in New Issue
Block a user