Problem/Motivation
The latest release changed the CSS to be loaded dynamically from editoria11y module folder, but it doesn't take file_url_alter() hook into account, causing editoria11y.css to throw a 404 response in case the file cannot be served from /modules/contrib/editoria11y folder.
Proposed resolution
Run css_url setting through file_url_generator service.
Issue fork editoria11y-3442729
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tuutti commentedComment #5
itmaybejj commentedComment #8
itmaybejj commentedThank you! I didn't know about this service.
Merged & released.
Comment #10
itmaybejj commented