DTrejo / run.js

Reruns the given node.js file whenever there's a change in the current directory — avoid alt-tabbing to restart your code

Home Page:https://dtrejo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

only watch require'd files using `module-deps`

DTrejo opened this issue · comments

use https://github.com/paulmillr/chokidar for the watching

consider writing "css-deps" and "styl-deps" and "html-deps" so that you could combine them with runjs to make composable build pipelines?