I am building an outlook web add-in, and while I am developing I will be hitting a localhost url, but when I deploy I'll of course want to point to my production web server.
I found Specify value for ~remoteAppUrl in an Office add-in manifest which is related, but it seems to rely on using Visual Studio to replace a token in the manifest. I'm developing with Atom on a Mac, so that's not really an option for me. I'd rather not duplicate my entire manifest file if possible. I'm guessing that I'll need to create a find-and-replace script. Or is this already a solved problem and there's something out there I don't know about? :) Thanks!