generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

how to change server ip address and after generating dist contents

Open smart987 opened this issue 8 years ago • 0 comments

Is there any way to give ability to the client to change the server ip address after we have given dist contents to the client. As of now I have given .constant('serverUrl', "http://x.y.z.a:6061"); in index.constant.js and referring serverUrl in my services. But the problem is now, after I have given dist (gulp serve:dist) folder contents to the client they want to change their server ip address. Is there any provision for that in this project structure?

smart987 avatar Sep 28 '16 08:09 smart987