frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Make sure that schemas are fetched according to the `_remote` parameter as well #66

Closed akariv closed 7 years ago

akariv commented 7 years ago

When using it on OS-Packager it simply tries to fetch the schemas from a local file regardless of the remote parameter. This fix should address that. Couldn't make the local tests fail (to reproduce) though.