Skip to content

Commit

Permalink
A13 upgrade building
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hayward committed Feb 7, 2022
1 parent b6169a0 commit fc60fab
Show file tree
Hide file tree
Showing 13 changed files with 12,275 additions and 16,946 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.angular/cache
# Ignore front end plugins
#app/src/plugins
#app/templates/plugins
Expand Down
19 changes: 5 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
"production": {
"browserTarget": "minds:build:production"
},
"dev": {
"browserTarget": "minds:build:dev",
"servePath": "/",
"sourceMap": true
},
"hmr": {
"hmr": true,
"browserTarget": "minds:build:hmr"
Expand Down Expand Up @@ -200,13 +205,6 @@
"preserveSymlinks": true
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
}
},
"server": {
"builder": "@angular-devkit/build-angular:server",
"options": {
Expand Down Expand Up @@ -334,13 +332,6 @@
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "minds:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["e2e/tsconfig.e2e.json"],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
Loading

0 comments on commit fc60fab

Please sign in to comment.