p5.js-web-editor
p5.js-web-editor copied to clipboard
when including files in `<head>` in `index.html`, path prefix is incorrect
Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
Details about the bug:
- Web browser and version: Chrome 62.0.3202.94
- Operating System: Mac OS X
- Steps to reproduce this:
see the following example sketch: http://alpha.editor.p5js.org/cassie/sketches/Sk1Amg9eG
if you try to include an asset in the <head>, it makes a request to /:username/sketches/:path_to_asset rather than /:username/sketches/:sketch_id/:path_to_asset.
Hey i am working on this issue
hey @catarak could you please provide more information about the issue here ,like what it should do and why
Thanks in advance
Based on the url in the post, I believe this can be closed?