Properly include iD's external data files

This commit is contained in:
Quincy Morgan 2020-07-20 20:46:26 -04:00
parent de3ddafcd2
commit 00bcd33722
18 changed files with 18 additions and 0 deletions

View file

@ -47,6 +47,7 @@ folder 'vendor/assets' do
folder 'iD' do
from 'git://github.com/openstreetmap/iD', :branch => 'release' do
folder 'iD/data', 'dist/data'
folder 'iD/img', 'dist/img'
folder 'iD/locales', 'dist/locales'
folder 'iD/mapillary-js', 'dist/mapillary-js'