Watcher, hot reload, monitoring changes in the development of Google Chrome extensions.
- Clone rep:
git clone https://github.com/RomanSlep/hot_reload_extention.git
mv hot_reload_extention watcher
cd watcher
npm i
cd ../
- Install the extension along the path
/ex
in developer mode. - Fill in the
conf.json
file or create your own. - Run the watcher:
node watcher ./config_watcher.json
By default, the conf.json
config in the root of the repository is taken, in which case it is launched by the command:
node watcher