Open
Description
Nature of issue?
- 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
.