Skip to content

Instantly share code, notes, and snippets.

@AntelopeSalad
Created December 26, 2013 18:05
Show Gist options
  • Save AntelopeSalad/8136787 to your computer and use it in GitHub Desktop.
Save AntelopeSalad/8136787 to your computer and use it in GitHub Desktop.
# Common assets to include in the path.
config.assets.precompile << Proc.new { |path|
if path =~ /\.(eot|svg|ttf|woff|png)\z/
true
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment