snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Update Snap to latest commit, fix file saving issues #450

Closed cyderize closed 5 years ago

cyderize commented 5 years ago

Updates Snap to commit 01ec1a74485cecb6841555bf4671da0aaef2d153. Replaces window.open file saving calls to versions using FileSaver. Includes a restructure of the files - edgy files are now in /edgy and snap source files are in src consistent with the upstream repo.

This needs further testing before deployment.

Closes #448.