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:
I confirm all above (usually routing errors or some error on resources paths or ng-app error).
I would like to add only a point to help to find the error (not in case of wrong ng-app).
If we suppose the server for angular is setted as follow:
In this way all wrong path will return index.html instead of png, css, js and tpl files, even if is missing /static/ path or miss to return 404 for missing static resources.
in short: check the log on server witch paths are you calling opening the page, the error evidence could be found there.