parent
603906de85
commit
2aa3ea758b
|
@ -86,8 +86,8 @@ impl<S> Middleware<S> for NotFoundHandler {
|
|||
}
|
||||
}
|
||||
|
||||
fn livereload_handler(_: &HttpRequest) -> &'static str {
|
||||
LIVE_RELOAD
|
||||
fn livereload_handler(_: &HttpRequest) -> HttpResponse {
|
||||
HttpResponse::Ok().content_type("text/javascript").body(LIVE_RELOAD)
|
||||
}
|
||||
|
||||
fn rebuild_done_handling(broadcaster: &Option<Sender>, res: Result<()>, reload_path: &str) {
|
||||
|
|
Loading…
Reference in a new issue