Anton, Still not clear. We have similar setup where all UI (JS, html, css, images etc) are served from Akamai CDN server and backend is on different domain. We do not even own some of them.
On UI side we have Grunt build which concatenates all JS files and also adds all HTML files to final JS file using $templateCache. I always refer to my template as relative path like this: https://github.com/libertyleap/angular-grunt-seed/blob/master/src/js/app-routes.js and it should load templates automatically from $templateCache. Do you know about $templateCache? Let me know if you are not clear on my question \ suggestion? Thanks, Srini On Wednesday, November 5, 2014 8:12:52 PM UTC+5:30, Anton Kuznetsov wrote: > > We (front-end team) don't want to build backend in Visual Studio. We want > to work on different OS. Backend will be in a cloud, we will rewrite only > hostname for static resources in "hosts" for development on local machine. > > On Wednesday, November 5, 2014 5:02:58 PM UTC+3, Srini Kusunam wrote: >> >> Why do you move all your HTML templates to another static server? Is >> there any reason why you are not packaging these templates with one final >> concatenated JS using $templateCache? >> >> >> On Wednesday, November 5, 2014 5:15:35 PM UTC+5:30, Антон Кузнецов wrote: >>> >>> Hi! >>> >>> I have a problem on my current project with *templateUrl*s for >>> Controllers and Directives. >>> At the moment I have one server, one domain name, for example: >>> *servername.com >>> <http://servername.com>*. >>> Our static files migrates to another domain like: *static.anotherdomain.com >>> <http://static.anotherdomain.com>* >>> >>> How can I bind *templateUrl* prefix for all my Angular templates in one >>> place instead replace all urls? Is it possible? >>> >> -- 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.
