I am trying to view my app after running Grunt Build. I use grunt serve:dist to see all production ready build but in the browser I get an infinite loop saying:
In my case, the cause of the warning was a redundant script inclusion of "angular-scenario.js" after "angular.js".
When I removed "angular-scenario.js" warning disappeared.