diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-09-19 16:38:55 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-09-19 17:55:25 +0100 |
commit | 51c9f8b6d681412166aaefccd36c589401ed89b5 (patch) | |
tree | 9f0612adbbaa0a56fb8b4554a2e42ac9c3e4fb12 /config | |
parent | 23024a70dbc50dbd0114ed715c906cac1a9b1d59 (diff) | |
download | gitlab-ce-51c9f8b6d681412166aaefccd36c589401ed89b5.tar.gz |
[ci skip] First iteration: port haml into vue
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 6b0cd023291..4a6c876906b 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -67,6 +67,7 @@ var config = { prometheus_metrics: './prometheus_metrics', protected_branches: './protected_branches', protected_tags: './protected_tags', + registry_list: './registry/index.js', repo: './repo/index.js', sidebar: './sidebar/sidebar_bundle.js', schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js', @@ -199,6 +200,7 @@ var config = { 'pdf_viewer', 'pipelines', 'pipelines_details', + 'registry_list', 'repo', 'schedule_form', 'schedules_index', |