node-dev
node-dev copied to clipboard
Zero-conf Node.js reloading
I'd like a `--silent` command line flag to disable the writing of restart notices to stdout. I typically run `node-dev` as the head of a unix pipeline like this: ```sh...
I'm using node-dev in conjunction with `webpack -w`. Every now and then I have to restart the webpack watcher when I install new packages. Normally I can just leave node-dev...
Is it possible to specify a `node-dev` key in the package.json to supply configuration? I already have like a million `blah.json` in my project directory and I'm hoping to avoid...
It'd be way handy to have a way to use different Growl settings. I've opened https://github.com/fgnass/node-dev/pull/93 as one way to do it.
Hi I am trying to add twig.js files (.twig) into the node-dev watch file system changes like { "notify": true, "clearScreen": true, "timestamp": true, "vm": false, "extensions": { "ls": "LiveScript",...
Hi, I like the simplicity of node-dev but it doesn't work with JSX files. I'm working with server-side rendering where I use [node-jsx](https://github.com/petehunt/node-jsx) to import .jsx files. My require looks...
It would be helpful if we could output the child process pid to a separate file (like app.pid; should be configurable) to use in start scripts where we want to...