remove require.context from network_bundle

This commit is contained in:
Mike Greiling 2017-02-22 17:04:53 -06:00
parent 972b77f7a6
commit f326e6fb8d
1 changed files with 2 additions and 3 deletions

View File

@ -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() {