0

my app does not include assets directory, when i'm building app or starting a live server

angular.json

       "assets": [
          "src/favicon.ico",
          "src/assets",
          "src/manifest.json"
        ],

Directory structure

enter image description here

baj9032
  • 2,414
  • 3
  • 22
  • 40
t.x
  • 83
  • 1
  • 7

1 Answers1

0

I think assets folder is empty that's why it is not exists in your dist directory.

baj9032
  • 2,414
  • 3
  • 22
  • 40