Commit 679a742f authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'remove-require-context-snippet-bundle' into 'master'

Remove require.context from snippet_bundle

See merge request !9494
parents 40b81cfa a930fc5b
/* 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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment