jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

Server saves files to ./src/files instead of ./files #35

Closed Yugloocamai closed 6 years ago

Yugloocamai commented 6 years ago

This makes the front end application not able to load any saved project.

Yugloocamai commented 6 years ago

Looks like the fileserver folder in ./editor needs to have all of it's ./src contents moved to the parent folder, per https://github.com/jagenjo/litefilesystem.js/blob/master/INSTALL.md