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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-07 13:51:34 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-07 14:10:47 +0300
commitea71340f077ab2694fa473cf8238cf4b9513fda2 (patch)
treee4cc57476901d9ef03d6af680f90701b2c859e5d /config
parentf5dfd98856c0fcc8762a38812c71414b3faec951 (diff)
Restore code to make explore groups work
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 55f6e0a704b..3b7f1c33c95 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -40,6 +40,7 @@ var config = {
graphs: './graphs/graphs_bundle.js',
group: './group.js',
groups: './groups/index.js',
+ groups_list: './groups_list.js',
issue_show: './issue_show/index.js',
locale: './locale/index.js',
main: './main.js',