processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Error on create new empty project #103

Closed nucliweb closed 9 years ago

nucliweb commented 9 years ago

Hi,

in the current version 0.3.0, I can't create new empty project, because the files in node_assets/p5/empty_project/llibraries/p5.js & p5.sound.js don't have the code of file.

antiboredom commented 9 years ago

Hi - yeah there's some regression with the auto-updating feature - looking into it!

lmccart commented 9 years ago

where are you autoupdating from? this could be caused by the removal of the libs from the p5.js repo. i've switched over the website to read the package.json for the version then download from cdnjs. https://github.com/processing/p5.js-website/blob/master/download/release.php#L60

antiboredom commented 9 years ago

Yeah - it was looking for the files in the wrong place. I've just uploaded a new release that should fix the issue.

@lmccart this brings up another question for me: do we want the editor to continue to automatically update to new releases of p5? Or should we couple releases of the editor with releases of the library?

nucliweb commented 9 years ago

@antiboredom the notification of a new version, redirect to Page not found :(

https://github.com/processing/p5.js-editor/releases/download/v0.3.1/p5.zip

Mmmm... the name of file it's p5.app.zip ;)

antiboredom commented 9 years ago

@nucliweb oops!! fixed now.

nucliweb commented 9 years ago

:+1: