diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-16 17:04:58 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-23 10:52:55 +0000 |
commit | f9ced97a97f5bebec57545fbf611952026bf0d5d (patch) | |
tree | e1a8a44b76d7404c1aca4dfe5ff7e3bb0460650c /config | |
parent | 51d111903f069cc56143b144f881b1c87e553c3b (diff) | |
download | gitlab-ce-f9ced97a97f5bebec57545fbf611952026bf0d5d.tar.gz |
Started iPython notebook viewer
Using NotebookLab library
[ci skip]
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 3cf94b9b435..2ea2b33511b 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -37,6 +37,7 @@ var config = { merge_request_widget: './merge_request_widget/ci_bundle.js', monitoring: './monitoring/monitoring_bundle.js', network: './network/network_bundle.js', + notebook_viewer: './blob/notebook_viewer.js', profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', snippet: './snippet/snippet_bundle.js', @@ -105,6 +106,7 @@ var config = { 'environments_folder', 'issuable', 'merge_conflicts', + 'notebook_viewer', 'vue_pipelines', ], minChunks: function(module, count) { |