Add protected tags to bundle config

This commit is contained in:
Kushal Pandya 2017-03-21 21:23:31 +05:30
parent 0fd2fd652a
commit 99859b01f4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +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',
snippet: './snippet/snippet_bundle.js',
terminal: './terminal/terminal_bundle.js',
u2f: ['vendor/u2f'],