mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Ignore files for reload #219

Open peterbarraud opened 6 years ago

peterbarraud commented 6 years ago

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

mattdesl commented 6 years ago

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.