mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
Update LiveReload.js to v3.0.0 (#730)
This commit is contained in:
parent
79dfe92bbf
commit
059ca55b36
2 changed files with 2 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -53,10 +53,7 @@ enum ChangeKind {
|
|||
Config,
|
||||
}
|
||||
|
||||
// Uglified using uglifyjs
|
||||
// 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
|
||||
// This is dist/livereload.min.js from the LiveReload.js v3.0.0 release
|
||||
const LIVE_RELOAD: &str = include_str!("livereload.js");
|
||||
|
||||
struct ErrorFilePaths {
|
||||
|
|
Loading…
Reference in a new issue