diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-04 19:29:56 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-04 19:32:06 -0500 |
commit | 1dc2b4693e4a58c94e556ae219ae6200044f95dc (patch) | |
tree | b61a1b228ee92008c181554837a93b1c4d24b441 /config | |
parent | 5bce197b617f2542430db7aecec321cf1619de72 (diff) | |
download | gitlab-ce-1dc2b4693e4a58c94e556ae219ae6200044f95dc.tar.gz |
Add “groups” JS bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 0ec9e48845e..966b1e2283e 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -32,6 +32,7 @@ var config = { filtered_search: './filtered_search/filtered_search_bundle.js', graphs: './graphs/graphs_bundle.js', group: './group.js', + groups: './groups/index.js', groups_list: './groups_list.js', issuable: './issuable/issuable_bundle.js', issue_show: './issue_show/index.js', |