Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendation to relatively reference neo4j-javascript-driver #4

Open
gregoryfoster opened this issue Feb 11, 2017 · 0 comments
Open

Comments

@gregoryfoster
Copy link

I was able to get legis-graph-spatial up and running locally, but ran into one simple issue which the project may want to address.

At index.html:12, we use an absolute reference to pull in the browser-version of the neo4j-javascript-driver. For initial testing, I'm using a file:// reference to pull up a local version, and since that's not installed at my filesystem root, the absolute reference fails. If we change that to a relative reference, I don't think there should be any side-effects on the functioning of the project regardless of whether it's installed in a subdirectory.

<script src="lib/neo4j-web.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant