Changes between Version 165 and Version 166 of DeveloperGuidelines


Ignore:
Timestamp:
03/18/11 17:07:23 (14 years ago)
Author:
Fran Boon
Comment:

Closure

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v165 v166  
    158158Need to remove the '@' from '@requires' in header of {{{/static/scripts/S3/jquery.form.js}}} as we need to compress this without the main file.
    159159
    160 Our build process is based on the one used by !MapFish (which is built on the one used by !OpenLayers)
    161  * !MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild (NOTE: link is broken)
    162  * !OpenLayers: http://trac.openlayers.org/wiki/Profiles
     160Our build process is based on the one used by !OpenLayers
     161 * http://trac.openlayers.org/wiki/Profiles
     162
     163This uses Google's Closure compiler to compress the JS. This is done using their web service, however for !OpenLayers itself we need to download the jar file & place in the tools folder since this is over 1Mb:
     164 * http://closure-compiler.googlecode.com/files/compiler-latest.zip
    163165
    164166!ToDo: Investigate using other options instead: