Closed GHNewbiee closed 4 years ago
Reboost only watches the files which are requested. It means it does not watch all the files in the directory.
So, I suppose it watches those files which are listed in the terminal when showResponseTime
is set to true
, doesn't it?
Yes
reboost: 0.10.1
, defaultreboost.js
in default locationFiles like
reboost.js
andpackage. json
, although being watched (watchOptions.include: /.*/
Default andwatchOptions.exclude: /node_modules/
Default), their changes are not displayed.