Skip to content

Instantly share code, notes, and snippets.

@Axighi
Created November 18, 2016 09:04
Show Gist options
  • Save Axighi/369d056e2b0d1d3f71463d2022ff5f06 to your computer and use it in GitHub Desktop.
Save Axighi/369d056e2b0d1d3f71463d2022ff5f06 to your computer and use it in GitHub Desktop.
var req = require.context("../someDir", true, /^(.*\.(js$))[^.]*$/igm);
req.keys().forEach(function(key){
req(key);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment