Update LiveReload.js to v3.0.0 (#730)

This commit is contained in:
Sam Ford 2019-06-30 11:03:10 -04:00 committed by Vincent Prouillet
parent 79dfe92bbf
commit 059ca55b36
2 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -53,10 +53,7 @@ enum ChangeKind {
Config, Config,
} }
// Uglified using uglifyjs // This is dist/livereload.min.js from the LiveReload.js v3.0.0 release
// Also, commenting out the lines 330-340 (containing `e instanceof ProtocolError`) was needed
// as it seems their build didn't work well and didn't include ProtocolError so it would error on
// errors
const LIVE_RELOAD: &str = include_str!("livereload.js"); const LIVE_RELOAD: &str = include_str!("livereload.js");
struct ErrorFilePaths { struct ErrorFilePaths {