forked from MapComplete/MapComplete
Fix missing file problem when starting server in fresh repository.
This commit is contained in:
parent
3619ca6389
commit
344abbea85
4 changed files with 19 additions and 13 deletions
|
|
@ -1,8 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
cd assets/ && wget https://osmlab.github.io/editor-layer-index/imagery.geojson --output-document=editor-layer-index.json
|
||||
cd ..
|
||||
|
||||
mkdir -p assets/generated
|
||||
ts-node createLayouts.ts || { echo 'Creating layouts failed' ; exit 1; }
|
||||
find -name '*.png' | parallel optipng '{}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue