diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-31 09:14:43 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-31 09:14:43 +0000 |
commit | 1782aa7081ef177ef86da5db33d257ed26e253a9 (patch) | |
tree | 85b4144fab9bd52e01006428beb09edf296b7e05 /config | |
parent | 202806c029802dee6924925313d75d476192ea59 (diff) | |
parent | 08a241d606633fa2b2c7c32c84b3d846dece035b (diff) | |
download | gitlab-ce-1782aa7081ef177ef86da5db33d257ed26e253a9.tar.gz |
Merge branch 'inline-js-removal-projects-other' into 'master'
Inline js removal projects other
See merge request !13075
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 41d3ed12b14..2f85b89d523 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -54,8 +54,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', |