sarsamurmu / reboost

A super fast dev server for rapid web development
MIT License
61 stars 3 forks source link

Changes of files being watched are not displayed. #29

Closed GHNewbiee closed 4 years ago

GHNewbiee commented 4 years ago

reboost: 0.10.1, default reboost.js in default location

Files like reboost.js and package. json, although being watched (watchOptions.include: /.*/ Default and watchOptions.exclude: /node_modules/ Default), their changes are not displayed.

sarsamurmu commented 4 years ago

Reboost only watches the files which are requested. It means it does not watch all the files in the directory.

GHNewbiee commented 4 years ago

So, I suppose it watches those files which are listed in the terminal when showResponseTime is set to true, doesn't it?

sarsamurmu commented 4 years ago

Yes