Closed Its-Just-Nans closed 5 months ago
Thanks!
After this commit I get this warning when trying to use eframe_template with trunk: Manifest: Line: 1, column: 1, Syntax error.
Looks to me like trunk (0.20.2) copies files specified using <link data-trunk rel="copy-file" href="
to the root of the dist
directory.
So prepending assets/
to the manifest.json url breaks things.
After this commit I get this warning when trying to use eframe_template with trunk:
Manifest: Line: 1, column: 1, Syntax error.
Looks to me like trunk (0.20.2) copies files specified using
<link data-trunk rel="copy-file" href="
to the root of thedist
directory. So prependingassets/
to the manifest.json url breaks things.
Thanks for reporting it
Bug: assets have incorrect paths
Proof:
Fix
change links to these assets
Related to