diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-07 18:00:23 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-08 12:39:32 +0100 |
commit | 94990194cdec4f4f9348d2323a80004e6fc82f25 (patch) | |
tree | af121ffaad21356181fb30e3f39da2e4f0097770 /README | |
download | maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar.gz |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,45 @@ + +# Building + +First build all the libraries, described below, then run: + + grunt + +Or, to build for release (with smaller js and css files): + + grunt release + +# Building the libraries + +## jquery + + npm run build + +## bootstrap + + npm install + grunt dist + +## leaflet-soton + + git submodule update --init + +### leaflet + + npm install -g jake + npm install + +This requires a local OSM database, and to setup config.json (use the template +config.json.default). + + ./create-data.js + +## list.js + + npm install + grunt dist + +## typeahead.js + + npm install + grunt |