budo icon indicating copy to clipboard operation
budo copied to clipboard

Ignore files for reload

Open peterbarraud opened this issue 7 years ago • 1 comments

Is there a way to ignore files from reload? Something like watchify's: --ignore-watch?

peterbarraud avatar Nov 09 '17 08:11 peterbarraud

Yes, good call. There is no simple way to achieve it across HTML, JS and CSS files, since the file watcher is split between watchify and budo's HTML/CSS watcher.

I can try to add something like this that works across the board.

mattdesl avatar Nov 09 '17 14:11 mattdesl