We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdb7a1 commit 4a3ca46Copy full SHA for 4a3ca46
gulpfile.js
@@ -1,5 +1,5 @@
1
const gulp = require('gulp')
2
-const lr = require('gulp-livereload')
+const lr = require('gulp-refresh')
3
const gif = require('gulp-if')
4
const cached = require('gulp-cached')
5
const uglify = require('gulp-uglify')
package.json
@@ -6,7 +6,7 @@
6
"gulp-cached": "^1.0.2",
7
"gulp-gh-pages": "^0.4.0",
8
"gulp-if": "^1.2.5",
9
- "gulp-livereload": "^3.7.0",
+ "gulp-refresh": "^1.0.2",
10
"gulp-remember": "^0.3.0",
11
"gulp-stylus": "^2.0.0",
12
"gulp-uglify": "^1.1.0",
0 commit comments