Skip to content

Commit

Permalink
add woff2 to mimetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dryan committed Jan 30, 2018
1 parent 0e239b8 commit 2015d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion d3ploy/d3ploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@

from boto.s3.connection import OrdinaryCallingFormat

VERSION = '2.2.1'
VERSION = '2.2.2'

warnings.filterwarnings('ignore')

# add woff2 mimetype since it's not supported by default
mimetypes.add_type('application/font-woff2', '.woff2')

DEFAULT_COLOR = '\033[0;0m'
ERROR_COLOR = '\033[31m'
ALERT_COLOR = '\033[33m'
Expand Down

0 comments on commit 2015d65

Please sign in to comment.