processing / p5.js-editor

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

added nw-dev to reload nw.js on file change. #197

Open sepans opened 8 years ago

sepans commented 8 years ago

nw-dev reloads nw.js when files are edited. Also F5 reloads nw.js.

Just one minor problem: The reload script had to be added to public/index.html and since nw-dev which causes a 'file doesn't exist' error in the built editor.

sepans commented 8 years ago

TODO: add gulp-html-replace

sepans commented 8 years ago

hey @antiboredom if this dev feature is useful for you can you help adding remove-dev to build task? I wasn't sure what is the best way to call remove-dev to have the dev-only script be removed before it being built. Thanks