azure-functions-pack icon indicating copy to clipboard operation
azure-functions-pack copied to clipboard

Run funcpack on file change

Open cameronk opened this issue 8 years ago • 1 comments

When developing functions locally, it seems fairly common to use the func run <functionName> command from azure-functions-cli.

The local function host offers a "live reload" feature that reloads the server after file changes. It would be great if there was a funcpack watch command that observed source changes and automatically ran the webpack config, so that the command didn't have to be manually re-run after source changes.

cameronk avatar Jul 01 '17 23:07 cameronk

It's a good feature request. I can see if I can find any file watching utilities I can just throw in and try it out.

christopheranderson avatar Jul 06 '17 16:07 christopheranderson