mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

allow installing example-server with local binginds for development #166

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

installing the nepomuk bindings locally does currently ignore bindings (due to npmignore). Since we don't want to publish the binaries, we need to use npmignore, but still want them in the local example-server.

This PR copies over the bindings manually to circumvent interaction with npmignore.

codecov-io commented 7 years ago

Codecov Report

Merging #166 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   94.87%   94.87%           
=======================================
  Files         135      135           
  Lines        3353     3353           
  Branches      300      300           
=======================================
  Hits         3181     3181           
  Misses         32       32           
  Partials      140      140