File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ exports.run = function (options) {
49
49
var livereload = require ( 'livereload' ) ;
50
50
var connectLivereload = require ( 'connect-livereload' ) ;
51
51
52
- livereload . createServer ( ) . watch ( sysPath . resolve ( cwd , 'awesome-doc' ) ) ;
52
+ livereload . createServer ( ) . watch ( sysPath . resolve ( cwd ) ) ;
53
53
app . use ( connectLivereload ( { port : 35729 } ) ) ;
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ exports.run = (options) => {
47
47
const livereload = require ( 'livereload' ) ;
48
48
const connectLivereload = require ( 'connect-livereload' ) ;
49
49
50
- livereload . createServer ( ) . watch ( sysPath . resolve ( cwd , 'awesome-doc' ) ) ;
50
+ livereload . createServer ( ) . watch ( sysPath . resolve ( cwd ) ) ;
51
51
app . use ( connectLivereload ( { port : 35729 } ) ) ;
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments