Skip to content

Instantly share code, notes, and snippets.

@alexkirsz
Created April 25, 2015 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexkirsz/40c4b004bfbeb0f89a51 to your computer and use it in GitHub Desktop.
Save alexkirsz/40c4b004bfbeb0f89a51 to your computer and use it in GitHub Desktop.
images.js
let reqImage = require.context('./images', true, /\.png/);
reqImage.keys().forEach(reqImage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment