nitoyon/livereloadx

Why does it skip some files?

Opened this issue · 2 comments

I am running livereloadx (latest version). It's watching a directory and I'm using the browser extension. Nothing is included in the exclude filter, however, in the terminal it's saying it's skipping .scss files even though the scss folder is being watched.

Any help would be greatly appreciated. Thank you.

nevermind. I figured it out (was an error on my part). Apologies. Please delete this thread. Thank you

For future reference:
the same thing happened to me. In my case it was because...

  • I used markdown as the source file of my page
  • .md was not in the list of "includes". (Therefore, by default the file type was ignored.)

As I started using $ livereloadx . --include "*.md" , the problem was solved!