summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/graphs_bundle.js
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)$/));