p5.js-editor
p5.js-editor copied to clipboard
added nw-dev to reload nw.js on file change.
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.
TODO: add gulp-html-replace
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