remove require.context from snippet_bundle
This commit is contained in:
parent
c5b29ed6f3
commit
a930fc5b40
1 changed files with 0 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue