Skip to content

Commit

Permalink
Moved all IHP IDE static files into own static/IDE directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Dec 20, 2020
1 parent ae1b77d commit 1a68d6b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions IHP/IDE/ToolServer/Layout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ toolServerLayout inner = H.docTypeHtml ! A.lang "en" $ [hsx|

<link rel="shortcut icon" type="image/x-icon" href="/ihp-logo.svg"/>
<link rel="stylesheet" href="/vendor/bootstrap.min.css"/>
<link rel="stylesheet" href="/schema-designer.css"/>
<link rel="stylesheet" href="/IDE/schema-designer.css"/>
<link rel="stylesheet" href="/vendor/select2.min.css"/>

<script src="/vendor/morphdom-umd.min.js"></script>
Expand All @@ -34,13 +34,13 @@ toolServerLayout inner = H.docTypeHtml ! A.lang "en" $ [hsx|


<script src="/helpers.js"></script>
<script src="/vendor/contextmenu.js"></script>
<script src="/IDE/contextmenu.js"></script>

<script src="/vendor/select2.min.js"></script>
<script src="/vendor/src-min/ace.js"></script>
<script src="/vendor/src-min/ext-language_tools.js"></script>
<script src="/ihp-schemadesigner.js"></script>
<script src="/ihp-codegen.js"></script>
<script src="/IDE/ihp-schemadesigner.js"></script>
<script src="/IDE/ihp-codegen.js"></script>


<title>IHP</title>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "/ihp-toolserver-layout.css";
@import "/toolserver-logs.css";
@import "/ihp-codegen.css";
@import "/IDE/ihp-toolserver-layout.css";
@import "/IDE/toolserver-logs.css";
@import "/IDE/ihp-codegen.css";

.object-selector h5 {
font-size: 14px;
Expand Down
File renamed without changes.

0 comments on commit 1a68d6b

Please sign in to comment.