tag
#resources
2 items (2 fixes)
fixes
✓ 26.07.08e
"A loose PNG in razor CSS renders in the editor but goes blank in the published build"
A razor background-image referencing a loose PNG/JPG renders in-editor (loose Assets are readable off the mounted filesystem) but goes blank in the published package, because loose non-compiled images are not auto-shipped. Add the disk glob to the sbproj Resources list; the wildcard matches the loose disk path, not the normalized asset path.
razorscreenpanel
✓ 26.07.08e
"Loose resource files don't auto-publish"
PNG/WAV/MP3/JSON must be listed in Project Settings → Resource Files without an assets/ prefix: #1 editor-vs-publish break.
publishingresources