Skip to content

Commit

Permalink
Merge pull request #47 from vanhuman/development
Browse files Browse the repository at this point in the history
Development into master
  • Loading branch information
vanhuman committed Feb 17, 2024
2 parents 3aabb2b + c4dc778 commit 4c8d382
Show file tree
Hide file tree
Showing 19 changed files with 21,188 additions and 11,372 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ testem.log
.DS_Store
Thumbs.db
*.css
/.angular/
/music-catalog/
11 changes: 7 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/MusicCatalog",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -38,7 +39,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -49,6 +49,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -130,6 +134,5 @@
}
}
}
},
"defaultProject": "MusicCatalog"
}
}
}

0 comments on commit 4c8d382

Please sign in to comment.