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:
authorKushal Pandya <kushal@gitlab.com>2017-04-06 11:48:17 +0300
committerKushal Pandya <kushal@gitlab.com>2017-04-06 11:48:17 +0300
commit3c414a9fa92e48ca021c1671fca9ad096a34d1c4 (patch)
tree7708beb394f2fa7c7e80da4d07bb35202364b228 /config
parent59be20f06fa6d4a98dac5b45c3dee2aeebe813e2 (diff)
Update bundle path for Protected Tags bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
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'],