summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/protected_branches/protected_branches_bundle.js
blob: ffb66caf5f45dae37a5d1e9c5ddd5cf36187a8d2 (plain)
1
2
3
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!protected_branches_bundle).*\.(js|es6)$/));