Skip to content

Commit

Permalink
Changing the assets settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigokamada committed Aug 5, 2024
1 parent 7ad2ab3 commit 054b2ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"node_modules/bootstrap/scss/bootstrap.scss",
Expand Down

0 comments on commit 054b2ae

Please sign in to comment.