diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/README b/data/README new file mode 100644 index 000000000..53380e17c --- /dev/null +++ b/data/README @@ -0,0 +1,14 @@ +Compiling OpenLayers +==================== + +Use the master branch of the https://github.com/mysociety/ol2 repository (which +is currently one commit ahead of the final OpenLayers commit to work around a +Content-Security-Policy issue). + +Put a copy of the Closure Compiler JAR file in tools/closure-compiler.jar – +currently using the v20160713 version, a more recent version (not sure exactly +when) does fail to compile. + +Then the following should work: + python build.py -c closure path/to/file.cfg path/to/OpenLayers.file.js + |