The build/ folder contains compiled Javascript for overdrive-eg-opac, the Overdrive API integration layer for the Evergreen OPAC. For source code and build instructions, see this git repo: http://git.sitka.bclibraries.ca/gitweb/?p=sitka/overdrive-evergreen-opac.git;a=summary INSTRUCTIONS ------------ To make changes to overdrive-eg-opac: 1. Make your changes to the source code. 2. Compile it into Javascript. 3. Copy the compiled JS to the build/ folder in this repo. 4. Deploy to EG servers from this repo. This is an ugly, temporary solution until we have a proper automated build process for overdrive-eg-opac. NOTES ----- Do NOT put .coffee files in this repo! If you put .coffee files here, you are doing it wrong (see instructions above). Do NOT put od_config files in this repo! Compiled od_config.js belongs in the sysadmin.git repo (at least until we put it in puppet).