| 1 | == Release Process == |
| 2 | |
| 3 | When making a Stable Branch from which to build releases, we need to do these tasks: |
| 4 | |
| 5 | Ensure included files sane: |
| 6 | * README |
| 7 | * VERSION |
| 8 | * CHANGELOG |
| 9 | |
| 10 | Compress JS files |
| 11 | * OpenLayers: http://trac.openlayers.org/wiki/Profiles |
| 12 | * MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild |
| 13 | * proj4js-compressed.js |
| 14 | * jquery.dimensions.pack.js |
| 15 | |
| 16 | Combine CSS files into a single consolidated stylesheet. |
| 17 | * Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links |
| 18 | |
| 19 | Make a build script to achieve these? |
| 20 | |
| 21 | ---- |
| 22 | DeveloperGuidelines |