Update LiveReload.js to v3.0.0 (#730)
This commit is contained in:
parent
79dfe92bbf
commit
059ca55b36
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue