Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
8478adfde3da
Commit
8478adfd
authored
Feb 22, 2017
by
Mike Greiling
Browse files
remove require.context from filtered_search_bundle
parent
c0cc76fecca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/filtered_search/filtered_search_bundle.js
View file @
8478adfd
function
requireAll
(
context
)
{
return
context
.
keys
().
map
(
context
);
}
requireAll
(
require
.
context
(
'
./
'
,
true
,
/^
\.\/(?!
filtered_search_bundle
)
.*
\.(
js|es6
)
$/
));
require
(
'
./dropdown_hint
'
);
require
(
'
./dropdown_non_user
'
);
require
(
'
./dropdown_user
'
);
require
(
'
./dropdown_utils
'
);
require
(
'
./filtered_search_dropdown_manager
'
);
require
(
'
./filtered_search_dropdown
'
);
require
(
'
./filtered_search_manager
'
);
require
(
'
./filtered_search_token_keys
'
);
require
(
'
./filtered_search_tokenizer
'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment