Skip to content

Commit

Permalink
Merge pull request #493 from unc-csxl/material-3-upgrade
Browse files Browse the repository at this point in the history
Upgrade CSXL Web Application to use Material 3 Design Standards
  • Loading branch information
KrisJordan authored Jun 4, 2024
2 parents 7e111dc + af137b8 commit 5e98c05
Show file tree
Hide file tree
Showing 96 changed files with 4,844 additions and 3,314 deletions.
16 changes: 9 additions & 7 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "../docs",
"outputPath": {
"base": "../docs"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -25,9 +26,12 @@
"src/assets"
],
"styles": [
"src/styles.scss"
"node_modules/@angular/material/prebuilt-themes/magenta-violet.css",
"src/styles/styles.scss"

],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -46,9 +50,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 5e98c05

Please sign in to comment.