This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update livereload.js to v3.1.0 (
#891
)
index-subcmd
Sam Ford
Vincent Prouillet
4 years ago
parent
e804f907b2
commit
658e8a3a66
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/cmd/livereload.js
+1
-1
src/cmd/serve.rs
+ 1
- 1
src/cmd/livereload.js
File diff suppressed because it is too large
View File
+ 1
- 1
src/cmd/serve.rs
View File
@@ -56,7 +56,7 @@ enum ChangeKind {
Config,
}
// This is dist/livereload.min.js from the LiveReload.js v3.
0
.0 release
// This is dist/livereload.min.js from the LiveReload.js v3.
1
.0 release
const LIVE_RELOAD: &str = include_str!("livereload.js");
struct ErrorFilePaths {
Write
Preview
Loading…
Cancel
Save