summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 17:58:55 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 17:58:55 -0400
commit013cba2b8e907cf18559ee1b795a42dd2e12d689 (patch)
tree1b35269dac7d9bd1907336878a8942653296e1bb
parent34080c56ff59f27cdc29ffce969e8d2ce5edcdf2 (diff)
-rw-r--r--public-src/3rd-party/package.json1
-rwxr-xr-xpublic-src/index.html.gen2
-rw-r--r--public-src/require.config.js1
3 files changed, 4 insertions, 0 deletions
diff --git a/public-src/3rd-party/package.json b/public-src/3rd-party/package.json
index d3ea028..78346e5 100644
--- a/public-src/3rd-party/package.json
+++ b/public-src/3rd-party/package.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "golden-layout": "^1.5.9",
"requirejs": "^2.3.5"
}
}
diff --git a/public-src/index.html.gen b/public-src/index.html.gen
index dfb2e34..73f935b 100755
--- a/public-src/index.html.gen
+++ b/public-src/index.html.gen
@@ -26,6 +26,8 @@ echo '<!DOCTYPE html>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="jarmon-style/style.css" />
<link rel="stylesheet" href="jarmon-style/jquerytools.tabs.tabs-no-images.css" />
+ <link rel="stylesheet" href="https://golden-layout.com/assets/css/goldenlayout-base.css" />
+ <link rel="stylesheet" href="https://golden-layout.com/assets/css/goldenlayout-dark-theme.css" />
</head>
<body>'
col sed 's/@name@/proton/' jarmon.html.in
diff --git a/public-src/require.config.js b/public-src/require.config.js
index bb48fd7..4486a9b 100644
--- a/public-src/require.config.js
+++ b/public-src/require.config.js
@@ -29,6 +29,7 @@ var require = {
paths: {
//"jquery" : "3rd-party/yarn/jquery/dist/jquery",
//"flot" : "3rd-party/yarn/flot",
+ "golden-layout" : "3rd-party/yarn/golden-layout/dist/goldenlayout",
"requirejs" : "3rd-party/yarn/requirejs/require",
"flot" : "jarmon-dependencies/flot-0.8.3",