Skip to content

Instantly share code, notes, and snippets.

@beathyate
Created December 13, 2011 00:21
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 beathyate/1469797 to your computer and use it in GitHub Desktop.
Save beathyate/1469797 to your computer and use it in GitHub Desktop.
Parche temporal para que jekyll --server funcione con SVG
require 'webrick'
mime_types = WEBrick::HTTPUtils::DefaultMimeTypes
mime_types.store 'svg', 'image/svg+xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment