Minor nitpick, this isn't breaking anything, but would be ideal if livereload.js returned with content type set to application/javascript.

I tried poking around in serve.rs but unfortunately I've only just begun learning Rust so wasn't quite sure how to patch this.
macOS Mojave 10.14.4
Zola version:
0.6.0
Content-Type: application/javascript; charset=UTF-8
content-type: text/plain; charset=utf-8
Open the Network tab in Firefox or Chrome and check the content-type returned for livereload.js.
Thanks, fixed in the commit above!
Nice! FYI though I think text/javascript is deprecated in favor of application/javascript: https://tools.ietf.org/html/rfc4329#section-7.1
Nice! FYI though I think
text/javascriptis deprecated in favor ofapplication/javascript: https://tools.ietf.org/html/rfc4329#section-7.1
Wow, fascinating, the HTML spec "willfully violates" the obsoletion, LOL:
Similarly, the MIME type used to refer to JavaScript in this specification is
text/javascript, since that is the most commonly used type, despite it being an officially obsoleted type according to RFC 4329. [[RFC4329](https://html.spec.whatwg.org/#refsRFC4329)]
Most helpful comment
Thanks, fixed in the commit above!