Skip to content
Snippets Groups Projects
Commit f326e6fb authored by Mike Greiling's avatar Mike Greiling
Browse files

remove require.context from network_bundle

parent 972b77f7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,9 +2,8 @@
/* global Network */
/* global ShortcutsNetwork */
 
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!network_bundle).*\.(js|es6)$/));
require('./branch_graph');
require('./network');
 
(function() {
$(function() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment