[
https://issues.apache.org/jira/browse/MESOS-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872706#comment-13872706
]
Benjamin Hindman commented on MESOS-913:
----------------------------------------
Yes, this is why I originally tried to use an external service and fell back on
unrendered markdown otherwise. I should have caught this in the review, sorry
everyone!
What about including marked.min.js in a string that gets served via 'provide'
in the Help process?
> Help endpoint does not work on slaves.
> --------------------------------------
>
> Key: MESOS-913
> URL: https://issues.apache.org/jira/browse/MESOS-913
> Project: Mesos
> Issue Type: Bug
> Reporter: Benjamin Mahler
>
> Hitting masterhost:5050/help loads the help page, but hitting
> slavehost:5051/help does not load, because the markdown renderer script
> cannot be loaded:
> <script src="/static/js/marked.min.js">
> This file lives in the master's webui static files, but we should figure out
> how this will work for non-master components, since /help is built-in from
> libprocess, we cannot assume the presence of a /static/js/ folder.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)