Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACE css worker not found #2106

Closed
5 tasks done
TotallyInformation opened this issue Mar 22, 2019 · 2 comments
Closed
5 tasks done

ACE css worker not found #2106

TotallyInformation opened this issue Mar 22, 2019 · 2 comments
Labels
Projects
Milestone

Comments

@TotallyInformation
Copy link

What are the steps to reproduce?

Open the admin config panel for any node that uses ACE and edits CSS files

What happens?

Browser console shows the error:

image

Trying to browse to that location gives:

Cannot GET /red/vendor/ace/worker-css.js

What do you expect to happen?

No error.

Please tell us about your environment:

  • Node-RED version: 0.20.0 (happens with other versions as well
  • node.js version: 10.15.1
  • npm version: 6.4.1
  • Platform/OS: Windows 10
  • Browser: Vivaldi latest (Chromium based similar to Chrome)

Note that I have httpAdminRoot: '/red', in my settings.js

@knolleary
Copy link
Member

We've never bundled every mode and worker with our copy ACE. We limited it to just the modes we used in the core nodes - in an attempt to reduce the install footprint.

At this point, it's a needless restriction and we'd already decided to add in all of the other modes etc.

Now we have an issue to remind us to do it 😉

@knolleary knolleary added this to To do in Development via automation Mar 22, 2019
@knolleary knolleary added this to the 0.20 milestone Mar 22, 2019
@TotallyInformation
Copy link
Author

Thanks. It doesn't really do any harm but it offends my OCD :)

Development automation moved this from To do to Done Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants