Undone moving web root into root of project

Because that breaks figwheel. Before the next production release I need to do something to keep the github.io site working, but this was not the right solution.
This commit is contained in:
Simon Brooke 2020-04-06 13:47:25 +01:00
parent a5204c66b9
commit 2169725640
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
4 changed files with 454 additions and 3 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

18
resources/public/vendor/package-lock.json generated vendored Normal file
View file

@ -0,0 +1,18 @@
{
"name": "geocsv-lite",
"version": "0.1.0-SNAPSHOT",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"leaflet": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.6.0.tgz",
"integrity": "sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ=="
},
"papaparse": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.0.tgz",
"integrity": "sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw=="
}
}
}