From cb3485e4713f058bc6086a9b2bdbb70e9262482a Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Fri, 21 Apr 2017 18:26:22 +0530 Subject: [ci skip] Add `protected_refs` bundle --- config/webpack.config.js | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3