Skip to content

Conversation

@Krashnicov
Copy link

Problem

The index.html references vendor/ace-min/ace.min.css but this file was missing.

Root Cause

The ace.min.css file exists in vendor/ace/ but was not copied to vendor/ace-min/, causing 404 errors when loading the webui.

Solution

Copy ace.min.css from vendor/ace/ to vendor/ace-min/ directory to match the reference in index.html line 112.

Testing

  • ✅ Verified on production at /a0/webui/
  • ✅ CSS loads without 404 error
  • ✅ Editor styling works correctly

This fix resolves the browser console warning:

This page failed to load a stylesheet from a URL.
ace.min.css

Note: Previously submitted as PR #876 which had scope creep (60 files bundled). This is a focused fix containing only the ace.min.css file.

The index.html references vendor/ace-min/ace.min.css but this file was
missing. The ace.min.css file exists in vendor/ace/ but was not copied
to vendor/ace-min/, causing 404 errors when loading the webui.

This fix resolves the browser console warning:
'This page failed to load a stylesheet from a URL. ace.min.css'

Related: Previously submitted as PR agent0ai#876 which had scope creep and
has been closed. This is a focused fix for just the CSS file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant