best practice - how to control versions in jsc resourcefiles?

Not applicable

I am using the jsc resourcefiles and didn't find some case studies on that in apigee, would like to hear ideas about:

how you control versions in jsc resourcefiles?

lets I have 2 proxies: proxyA and proxyB, and 1 resource file: file.js.

both proxies use the shared resource file ( file.js), when I change the file, how do I manage correctly the dependency of both proxies to that file?

(I thought of adding a version to the end of the file to manage dependencies i.e :file_1-0-1.js is that a good Idea?)


* not using maven

0 1 148
1 REPLY 1

Are you using the Apigee Maven plugin? I would recommend developing your code locally, storing it in git and using the Apigee Maven plugin to deploy to Edge.

You can use git to version control, branch, tag, revert and any other version control needs 🙂