From 8eb50eddb9733b01f19d19a2bbb68bac9d64c8d4 Mon Sep 17 00:00:00 2001 From: ywang Date: Sun, 7 Jun 2020 14:22:19 +0200 Subject: Use unpkg when possible; update map tile generator - Moved most sources to unpkg. - Add scripts/getassets to fetch files that need to be hosted locally. - Added a new map tile generator that uses symlinks instead of PHP. --- scripts/getassets.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/getassets.sh (limited to 'scripts/getassets.sh') diff --git a/scripts/getassets.sh b/scripts/getassets.sh new file mode 100755 index 0000000..34dde08 --- /dev/null +++ b/scripts/getassets.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# This script fetches all necessary files to run the map server +git clone https://github.com/FortAwesome/Font-Awesome.git --depth 1 ../htdocs/fa -- cgit v1.2.3