Hi I have some static files that I need copied to the root of the apps dist dir (not in myapp/dist/assets) Is there way to configure the angular.json file to do this during a ng build?
favicon does not end up in the dist root - It ends up in the root of whatever language folder you have. Ie dist only contains folders 'en' and 'de' where favicon will be in the root of both folders but there are no default files in the dist root! ng12. If you only have one language then yes, placing it in angular.json works.
ng build. I don't think thatnghas an option for this.angular.json, just likefavicon.icois by default. No need for a script