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
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-31 19:24:13 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-31 19:24:13 +0300
commit0ac012f0ad14e8a77eedb026a2de12bf59fa5881 (patch)
treeac4693a27c1ad2c5d37b5884f4ac316f4d56b0f7 /config/webpack.config.js
parent933cfe1e0c493964052b664c2426a90f845f0042 (diff)
parent2519027442a5645cc9467e842172143e3f56c7c3 (diff)
Merge remote-tracking branch 'origin/master' into ide
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 9e6fd8aebe6..2748f5f2afe 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -55,8 +55,11 @@ var config = {
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/pipelines_bundle.js',
- pipelines_details: './pipelines/pipeline_details_bundle.js',
+ pipelines_charts: './pipelines/pipelines_charts.js',
+ pipelines_details: './pipelines/pipeline_details_bundle.js',
+ pipelines_times: './pipelines/pipelines_times.js',
profile: './profile/profile_bundle.js',
+ project_new: './projects/project_new.js',
prometheus_metrics: './prometheus_metrics',
protected_branches: './protected_branches',
protected_tags: './protected_tags',