remove require.context from snippet_bundle

This commit is contained in:
Mike Greiling 2017-02-23 17:53:01 -06:00
parent c5b29ed6f3
commit a930fc5b40
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
/* eslint-disable func-names, space-before-function-paren, prefer-arrow-callback, no-var, quotes, max-len */
/* global ace */
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!snippet_bundle).*\.(js|es6)$/));
(function() {
$(function() {
var editor = ace.edit("editor");