|
@ -100,7 +100,7 @@ class DtpNewsroomWebProcess extends DtpProcess { |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.log.debug("BrowserSync create", { options: bsOptions }); |
|
|
this.log.info("starting BrowserSync for iterative development"); |
|
|
this.bs = browserSync.create("mt-control"); |
|
|
this.bs = browserSync.create("mt-control"); |
|
|
this.bs.init(bsOptions); |
|
|
this.bs.init(bsOptions); |
|
|
|
|
|
|
|
|