Project

General

Profile

« Previous | Next » 

Revision 59305

[use-UoaAdminToolsLibrary | Connect]: Merge trunk into branch.

View differences:

angular.json
18 18
            "polyfills": "src/polyfills.ts",
19 19
            "assets": [
20 20
              "src/assets",
21
              "src/robots.txt",
22
              "src/sitemap.xml"
21
              "src/robots.txt"
23 22
            ],
24 23
            "styles": [
25 24
              "src/styles.css",
......
136 135
            ],
137 136
            "assets": [
138 137
              "src/assets",
139
              "src/robots.txt",
140
              "src/sitemap.xml"
138
              "src/robots.txt"
141 139
            ]
142 140
          }
143 141
        },
......
166 164
                {
167 165
                  "replace": "src/environments/environment.ts",
168 166
                  "with": "src/environments/environment.prod.ts"
167
                },
168
                {
169
                  "replace": "src/index.html",
170
                  "with": "src/index.prod.html"
171
                },
172
                {
173
                  "replace": "src/robots.txt",
174
                  "with": "src/robots.prod.txt"
169 175
                }
170 176
              ]
171 177
            },
......
174 180
                {
175 181
                  "replace": "src/environments/environment.ts",
176 182
                  "with": "src/environments/environment.beta.ts"
183
                },
184
                {
185
                  "replace": "src/index.html",
186
                  "with": "src/index.beta.html"
187
                },
188
                {
189
                  "replace": "src/robots.txt",
190
                  "with": "src/robots.beta.txt"
177 191
                }
178 192
              ]
179 193
            },

Also available in: Unified diff