== Release Process == When making a Stable Branch from which to build releases, we need to do these tasks: Check that all works with a released version of Web2Py 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 * ext-all.js * jquery.dimensions.pack.js Combine CSS files into 2 consolidated stylesheets. * Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links * GIS components only need loading for the Map Viewing Client Make a build script to achieve these? ---- DeveloperGuidelines