Skip to content

Commit

Permalink
Publish some extra marker files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Apr 6, 2024
1 parent 76d7c37 commit 516d175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ echo 'Compressing JSON-formatted data…';
for file in data/*.json; do
jsesc --object --json < "${file}" > "${DIST_DIR}/$(basename ${file})";
done;
jsesc --object --json < extra/achievements/markers.json > "${DIST_DIR}/achievements-markers.json";
jsesc --object --json < extra/points-of-interest/markers.json > "${DIST_DIR}/poi-markers.json";
jsesc --object --json < extra/rapid-respawn/markers.json > "${DIST_DIR}/rapid-respawn-markers.json";
echo 'Compressing PNG images…';
imagemin data/*.png --out-dir="${DIST_DIR}";

Expand Down

0 comments on commit 516d175

Please sign in to comment.