engine/lib/locomotive/carrierwave.rb

8 lines
286 B
Ruby
Raw Permalink Normal View History

require 'locomotive/carrierwave/base'
require 'locomotive/carrierwave/asset'
2010-07-17 20:51:52 +00:00
require 'locomotive/carrierwave/patches'
# register missing mime types
EXTENSIONS[:eot] = 'application/vnd.ms-fontobject'
EXTENSIONS[:woff] = 'application/x-woff'
EXTENSIONS[:otf] = 'application/octet-stream'