== Release Process == When making a Stable Branch from which to build releases, we need to do these tasks: Ensure included files sane: * README * VERSION * CHANGELOG Compress JS files * OpenLayers: http://trac.openlayers.org/wiki/Profiles * MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild * proj4js-compressed.js * jquery.dimensions.pack.js Combine CSS files into a single consolidated stylesheet. * Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links Make a build script to achieve these? ---- DeveloperGuidelines