mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Switch references from editor-layer-index -> imagery-index
- remove the update_imagery script and steps to run it (this happens at runtime now) - update privacy policy, faq, release notes, readme
This commit is contained in:
@@ -29,13 +29,7 @@ if [[ "${rev}" != "${orig}" ]] ; then
|
||||
npm install > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
# pull latest imagery
|
||||
rm -rf node_modules/editor-layer-index/
|
||||
git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null 2>&1
|
||||
rm -rf node_modules/editor-layer-index/.git/
|
||||
|
||||
# build everything
|
||||
npm run imagery
|
||||
npm run all
|
||||
|
||||
# pull latest translations
|
||||
|
||||
Reference in New Issue
Block a user