Commit 55fc4e8f authored by Mike Greiling's avatar Mike Greiling

fix requireAll within filtered search bundle

parent 6ad01a49
// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
function requireAll(context) { return context.keys().map(context); }
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('./', true, /^\.\/.*\.(js|es6)$/));
requireAll(require.context('./', true, /^\.\/(?!filtered_search_bundle).*\.(js|es6)$/));
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