Project

General

Profile

« Previous | Next » 

Revision 62830

View differences:

angular.json
23 23
              "src/assets"
24 24
            ],
25 25
            "styles": [
26
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
26 27
              "src/styles.css",
27
              "node_modules/font-awesome/css/font-awesome.css"
28
              "node_modules/font-awesome/css/font-awesome.css",
29
              "src/assets/css/material.scss"
28 30
            ],
29 31
            "scripts": [
30 32
              "node_modules/jquery/dist/jquery.min.js",
......
85 87
                  "maximumError": "5mb"
86 88
                }
87 89
              ]
90
            },
91
            "madgik": {
92
              "fileReplacements": [
93
                {
94
                  "replace": "src/environments/environment.ts",
95
                  "with": "src/environments/environment.madgik.ts"
96
                }
97
              ],
98
              "optimization": true,
99
              "outputHashing": "all",
100
              "sourceMap": false,
101
              "namedChunks": false,
102
              "aot": true,
103
              "extractLicenses": true,
104
              "vendorChunk": false,
105
              "buildOptimizer": true,
106
              "budgets": [
107
                {
108
                  "type": "initial",
109
                  "maximumWarning": "2mb",
110
                  "maximumError": "5mb"
111
                }
112
              ]
88 113
            }
89 114
          },
90 115
          "defaultConfiguration": ""
......
114 139
            "tsConfig": "src/tsconfig.spec.json",
115 140
            "karmaConfig": "src/karma.conf.js",
116 141
            "styles": [
142
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
117 143
              "src/styles.css"
118 144
            ],
119 145
            "scripts": [],

Also available in: Unified diff