As I dive into various Angular starter kits, I'm facing a common issue - none of them automatically add the necessary script src for vendor resources like angular formly and bootstrap in the index.html file. This is causing complications with my module dependencies.
Has anyone come across a reliable grunt or gulp build that can streamline this process for me?