Skip to content

Instantly share code, notes, and snippets.

@kuon
Last active June 25, 2017 22:08
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 kuon/5c2924024b5154a45eb0c62a0f12267e to your computer and use it in GitHub Desktop.
Save kuon/5c2924024b5154a45eb0c62a0f12267e to your computer and use it in GitHub Desktop.
Use SVG sprites from elm with webpack
require('./index.html')
var req = require.context("assets/icons", true, /\.svg$/)
req.keys().forEach(req)
var Elm = require('./src/Main.elm')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment