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:
authorkushalpandya <kushal@gitlab.com>2017-04-21 15:56:22 +0300
committerkushalpandya <kushal@gitlab.com>2017-05-09 12:06:52 +0300
commitcb3485e4713f058bc6086a9b2bdbb70e9262482a (patch)
treeee22e1c501ed4f91bf0daf21544372fa8c609b73
parent632cba1e1de1b6882b33f8ebea98f3cc28b69683 (diff)
[ci skip] Add `protected_refs` bundle
-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 47e6c72f4a1..6d5fa1d786a 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -50,6 +50,7 @@ var config = {
balsamiq_viewer: './blob/balsamiq_viewer.js',
pipelines_graph: './pipelines/graph_bundle.js',
profile: './profile/profile_bundle.js',
+ protected_refs: './protected_refs',
protected_branches: './protected_branches/',
protected_tags: './protected_tags',
sidebar: './sidebar/sidebar_bundle.js',