Hi Sander,

Thank you. I'll look into that.

--Dale


On Tuesday, September 10, 2019 at 3:45:42 AM UTC-4, Sander Elias wrote:
>
> Hi Dale,
>
> ng serve is a development tool and not a server. Because of that it is 
> optimized for speed and doesn't monitor the assets folder. As you correctly 
> assessed, it does cache on startup.
> The proper place for such files is hosting them on a secondary 
> service(nginx would be a good fit). Then put in a proxy config, so 
> everything that goes to `/staticAssets` (or any name you like) if forwarded 
> to the secondary service. 
>
> With kind regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/ad1c2e32-6df0-4e50-b9d1-a058b8a804b0%40googlegroups.com.

Reply via email to