I'm using this theme as a remote_theme on GH Pages and nearly everything works as expected. The only thing that doesn't work is the static assets: They can't be served. Here's the logs:
[2020-05-13 23:53:04] ERROR `/public/css/poole.css' not found.
[2020-05-13 23:53:04] ERROR `/public/css/syntax.css' not found.
[2020-05-13 23:53:04] ERROR `/public/css/lanyon.css' not found.
[2020-05-13 23:53:04] ERROR `/public/js/script.js' not found.
I'm working around this issue by copying the public/ directory, but it'd be ideal not to have to do this.
I'm using this theme as a
remote_themeon GH Pages and nearly everything works as expected. The only thing that doesn't work is the static assets: They can't be served. Here's the logs:I'm working around this issue by copying the
public/directory, but it'd be ideal not to have to do this.