Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-21 00:30:11 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-02-21 00:30:11 +0300
commitddf0d0c9d1d2e39ca64fc042a221cb02408b866a (patch)
tree31189df2ed96c65699c3dd3a4f387cff30ea32ee /config
parentc1afae24fbe978d489e469d393147cbd1108acbd (diff)
parente8d4708be9e050e7eb9aaa5db63a37f965146e57 (diff)
Merge branch 'refactor-jobs-show-haml' into 'master'
Add dispatcher imports for job details bundle See merge request gitlab-org/gitlab-ce!17157
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index d4e9d271c3d..defbfc848d3 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -64,7 +64,6 @@ var config = {
filtered_search: './filtered_search/filtered_search_bundle.js',
help: './help/help.js',
issue_show: './issue_show/index.js',
- job_details: './jobs/job_details_bundle.js',
locale: './locale/index.js',
main: './main.js',
merge_conflicts: './merge_conflicts/merge_conflicts_bundle.js',
@@ -254,7 +253,6 @@ var config = {
'filtered_search',
'groups',
'issue_show',
- 'job_details',
'merge_conflicts',
'monitoring',
'notebook_viewer',