Skip to content

Commit

Permalink
Merge pull request #29 from zembrodt/develop
Browse files Browse the repository at this point in the history
Merge 0.4.0-dev into main
  • Loading branch information
zembrodt authored Jan 1, 2022
2 parents 3f6b758 + ee4d3c5 commit 437472c
Show file tree
Hide file tree
Showing 57 changed files with 1,933 additions and 2,139 deletions.
16 changes: 14 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@
"src/_redirects"
],
"styles": [
"src/assets/styles/themes.scss",
"src/styles.scss"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules",
"src/assets/styles",
"src"
]
},
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
Expand Down Expand Up @@ -95,9 +101,15 @@
"src/assets"
],
"styles": [
"src/assets/styles/themes.scss",
"src/styles.scss"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules",
"src/assets/styles",
"src"
]
},
"scripts": []
}
},
Expand Down
Loading

0 comments on commit 437472c

Please sign in to comment.