diff options
-rw-r--r-- | public-src/3rd-party/package.json | 1 | ||||
-rwxr-xr-x | public-src/index.html.gen | 2 | ||||
-rw-r--r-- | public-src/require.config.js | 1 |
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", |