Hi,
I am about to build for production (asp.net core and angular 2) and I found out that src/asset/metronic contains a lot of files which increase the app size. Can you tell me which ones are not used at all by app?
Thanks
7 Answer(s)
-
0
I read the thread. The guy said that he removed metronic in order to use bootstrap-material. So this is not my case.
Please do let me know which files are not used from the metronic theme as it seems that they are huge and they have a performance impact on the load time.
Thanks
-
0
@antonis you can check angular-cli.json for the used files and remove the rest. We should do the same.
-
0
So that means nothing in used under that folder? Could you be more specific please. These files are killing my performance and performance is so crucial. It is pity to include files that are not used at all and they are just leftovers.
-
0
let's clarify the things. not-used packages never slows you down. but if you want to get rid of those packages, you can see the in-use ones in angular-cli.json file. delete the rest
-
0
@antonis has a good point. Why does the build process include all the demo projects for Metronic? I also noted thye big size of the assets folder during production build.
-
0
AFAIK most of the packages are being used in the project. But let us check.