pyvec / elsa

Helper module for hosting Frozen-Flask based websites on GitHub pages
Other
29 stars 49 forks source link

MimetypeMismatchWarning: Filename extension of 'CNAME' #7

Closed honzajavorek closed 7 years ago

honzajavorek commented 8 years ago
Generating HTML...
/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/elsa/_cli.py:17: MimetypeMismatchWarning: Filename extension of 'CNAME' (type application/octet-stream) does not match Content-Type: text/html; charset=utf-8
  freezer.freeze()
Setting up git...
hroncok commented 8 years ago

This is known (and absolutely OK). Feel free to propose code that would hide that warning for CNAME.

honzajavorek commented 8 years ago

OK. I got scared by it, because I thought it prevents deploy, but at the end I figured out GitHub Pages had unscheduled maintenance and deployment was paused by them 😥

honzajavorek commented 7 years ago

Why this got closed? Does it still appear in the output? I remember I used Elsa some time ago and it scared me again and I tried to solve it and googled out this my issue.

hroncok commented 7 years ago

I have a fix ready.