Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphs_bundle.js « graphs « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f7777aa5bc68fa75ecb8b5435e34fc17a7017fc (plain)
1
2
3
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!graphs_bundle).*\.(js|es6)$/));