bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

Should have the power to update browser based on changes in a specific set of folders #23

Closed cacious7 closed 4 years ago

cacious7 commented 4 years ago

A developer should be able to configure fast-live-reloading such that: if he is monitoring a site on localhost, he can select which specific folders he wants to monitor for changes, rather than monitoring all files on the server.

bmustiata commented 4 years ago

This is already supported. You can pass multiple folders:

$ flr client server -s https://google.com
1. Will notify the changes for clients on port 9001
2. and will serve the content from https://google.com on port 9000
3. and will monitor and execute when files change in subfolders:
   a: client    
      server    
cacious7 commented 4 years ago

Thank you, completely solved my issue. I really love this package. big ups.