Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/865#discussion_r43279276
--- Diff: usage/jsgui/src/main/webapp/index.html ---
@@ -26,6 +26,10 @@
<title>Brooklyn JS REST client</title>
+ <link rel="stylesheet" href="/assets/css/codemirror.css">
+ <link rel="stylesheet" href="/assets/css/addon/hint/show-hint.css">
+ <link rel="stylesheet" href="/assets/css/complete.css">
--- End diff --
+ these files should not be referenced here. They should be included in
[styles.css](https://github.com/apache/incubator-brooklyn/blob/master/usage/jsgui/src/main/webapp/assets/css/styles.css)
so that they can be concatenated into one file at build time.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---