diff options
author | Kushal Pandya <kushal@gitlab.com> | 2017-04-06 14:18:17 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2017-04-06 14:18:17 +0530 |
commit | 3c414a9fa92e48ca021c1671fca9ad096a34d1c4 (patch) | |
tree | 7708beb394f2fa7c7e80da4d07bb35202364b228 /config | |
parent | 59be20f06fa6d4a98dac5b45c3dee2aeebe813e2 (diff) | |
download | gitlab-ce-3c414a9fa92e48ca021c1671fca9ad096a34d1c4.tar.gz |
Update bundle path for Protected Tags bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index d861fa0c7a4..d5580650545 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -39,7 +39,7 @@ var config = { network: './network/network_bundle.js', profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', - protected_tags: './protected_tags/protected_tags_bundle.js', + protected_tags: './protected_tags', snippet: './snippet/snippet_bundle.js', terminal: './terminal/terminal_bundle.js', u2f: ['vendor/u2f'], |