I have developed an angular project using yeoman, grunt and bower. I wanted to know that the ajax calls and other URLs I am fetching have the address of the backend development server which runs on a local machine.
How do I change all the URLs and addresses which now are located on the production server? And do I change all the relative Url paths?
I am using grunt build. Thank you.