When I build an Angular App locally everything is fine - but when I copy things up to production there are always little bits of things that need changing
for example: when developing locally I call for data against a local source - but when in production that source changes How should I best encapsulate my references to external sources, how can I get my development & deployed applications to use the proper sources automatically And how should wrap all this up in an automated deployment ? Or to put it more succinctly: What is best practice for dealing with different configurations [dev, test, prod] of your Angular webapp ? Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
