I’m using the compiler.watch(delay, cb)
api where the callback is called when the compiling is done. Is there a way to define a callback for the moment when the compiling starts? I’d like to display a notification for the user.
2 thoughts on “node.js api: Is there a “compile started” event?”
Comments are closed.
"watch-run"
or"compile"
plugin hook.Ah never mind, it’s an async method, so: