Browse Source

Update livereload.js

index-subcmd
Vincent Prouillet 4 years ago
parent
commit
be149646f6
3 changed files with 3 additions and 2 deletions
  1. +1
    -0
      docs/sass/_docs.scss
  2. +1
    -1
      src/cmd/livereload.js
  3. +1
    -1
      src/cmd/serve.rs

+ 1
- 0
docs/sass/_docs.scss View File

@@ -49,6 +49,7 @@
font-size: 1.25rem; font-size: 1.25rem;
visibility: hidden; visibility: hidden;
margin-left: -2rem; margin-left: -2rem;
margin-right: 0.75rem;
text-decoration: none; text-decoration: none;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: pointer; cursor: pointer;


+ 1
- 1
src/cmd/livereload.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/cmd/serve.rs View File

@@ -1,4 +1,4 @@
// Contains an embedded version of livereload-js
// Contains an embedded version of livereload-js 3.2.1
// //
// Copyright (c) 2010-2012 Andrey Tarantsov // Copyright (c) 2010-2012 Andrey Tarantsov
// //


Loading…
Cancel
Save