79150700

Date: 2024-11-02 12:55:42
Score: 0.5
Natty:
Report link

It seems my gresource.xml was wrong

Wrong

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/com/example/app/css">
    <file>css/style.css</file>
  </gresource>
</gresources>

Correct

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/com/example/app">
    <file>css/style.css</file>
  </gresource>
</gresources>

According to the documentation I shouldn't subpaths are to be put in th <file>subpath/file.ext</file> tag not <resource prefix="../subpath"></gresource>

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Bret Joseph