Commit | Line | Data |
---|---|---|
7c653aa3 JD |
1 | The build/ folder contains compiled Javascript for overdrive-eg-opac, |
2 | the Overdrive API integration layer for the Evergreen OPAC. For source | |
3 | code and build instructions, see this git repo: | |
4 | ||
5 | http://git.sitka.bclibraries.ca/gitweb/?p=sitka/overdrive-evergreen-opac.git;a=summary | |
6 | ||
7 | INSTRUCTIONS | |
8 | ------------ | |
9 | To make changes to overdrive-eg-opac: | |
10 | ||
11 | 1. Make your changes to the source code. | |
12 | 2. Compile it into Javascript. | |
13 | 3. Copy the compiled JS to the build/ folder in this repo. | |
14 | 4. Deploy to EG servers from this repo. | |
15 | ||
16 | This is an ugly, temporary solution until we have a proper automated | |
17 | build process for overdrive-eg-opac. | |
18 | ||
19 | NOTES | |
20 | ----- | |
21 | Do NOT put .coffee files in this repo! If you put .coffee files here, | |
22 | you are doing it wrong (see instructions above). | |
23 | ||
24 | Do NOT put od_config files in this repo! Compiled od_config.js belongs | |
25 | in the sysadmin.git repo (at least until we put it in puppet). | |
26 |