WeAreFairphone / fprsmap

This is a Leaflet map of the local Fairphoners communities
https://map.fairphone.community
GNU General Public License v3.0
10 stars 7 forks source link

Data directory is missing #90

Closed StefanBrand closed 4 years ago

StefanBrand commented 5 years ago

At the moment the data directory is created by Travis at build time (see .travis.yml. This prevents a good workflow when manually running the scripts.

This issue was addressed in 2f9e8d1, but had to be reverted because the additional .gitignore also ignored the downloaded data when it should be deployed by Travis to gh-pages.

The next best idea I have is to rm data/.gitignore before running the scripts in Travis. Any better ideas?