Skip to content

Commit 516d175

Browse files
Publish some extra marker files
1 parent 76d7c37 commit 516d175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ echo 'Compressing JSON-formatted data…';
1717
for file in data/*.json; do
1818
jsesc --object --json < "${file}" > "${DIST_DIR}/$(basename ${file})";
1919
done;
20+
jsesc --object --json < extra/achievements/markers.json > "${DIST_DIR}/achievements-markers.json";
2021
jsesc --object --json < extra/points-of-interest/markers.json > "${DIST_DIR}/poi-markers.json";
22+
jsesc --object --json < extra/rapid-respawn/markers.json > "${DIST_DIR}/rapid-respawn-markers.json";
2123
echo 'Compressing PNG images…';
2224
imagemin data/*.png --out-dir="${DIST_DIR}";
2325

0 commit comments

Comments
 (0)