This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Investigate the best way to load data.json #76
Open
Description
So, in order to preserve the ability to load off of the file system, we currently make a relative call to load data.json https://github.com/steveklabnik/rustdoc/blob/master/frontend/app/routes/application.js#L6
But, this means that if yo uhit any URL other than the root, it mis-loads it.
We should find some way to fix this. Loading with /
works in every case except when you're browsing as file://
.