django - What's a good way to sync in-house javascript code among projects? -


In my web projects (DJ Ango Framework) I usually have some internally developed JavaScript files that are shared among them. These web projects are stored separately in the Mysore Source Code treasury. Here is the relevant directory structure:

  + constant - + CSS - + - - js ----- + thirdparty ----- + mycompany ------ - + shared_lib1. Js -------- + shared_lib2.js -------- + project_only_lib.js ----- + test  

linking like HTML scripts Looks:

  

  

Comments