Skip to content

Commit

Permalink
build: clean up angular.json assets (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Nov 19, 2024
1 parent 88364d9 commit 63bb4bf
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,15 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/assets",
"src/browserconfig.xml",
"src/favicon.ico",
"src/favicon.svg",
"src/assets",
"src/humans.txt",
"src/manifest.json",
"src/browserconfig.xml",
"src/profile.jpg",
"src/release.json",
{
"glob": "profile.jpg",
"input": "src/",
"output": "/",
"followSymlinks": true
},
{
"glob": "**/!(*.liquid)",
"input": "src/.well-known",
"output": "/.well-known"
},
"src/robots.txt",
"src/humans.txt"
"src/robots.txt"
],
"styles": ["src/styles.scss", "src/sass/themes/devtools.scss"],
"stylePreprocessorOptions": {
Expand Down Expand Up @@ -149,21 +139,7 @@
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/favicon.svg",
"src/assets",
"src/manifest.json",
"src/browserconfig.xml",
"src/profile.jpg",
{
"glob": "**/!(*.liquid)",
"input": "src/.well-known",
"output": "/.well-known"
},
"src/robots.txt",
"src/humans.txt"
],
"assets": ["src/favicon.ico", "src/favicon.svg", "src/assets"],
"styles": ["src/styles.scss", "src/sass/themes/devtools.scss"],
"stylePreprocessorOptions": {
"includePaths": ["src/sass"]
Expand Down

0 comments on commit 63bb4bf

Please sign in to comment.