-
Currently, `watch: true` on this plugin states that it needs `build({wach: true})` however watch: true is not an option when using the js api. instead one must do:
```js
esbuild
.context(o…
-
Add watch mode
-
Loving this tools. Makes using esbuild that bit easier.
One thing I would love, is a first class support for watching. I currently use nodemon to accomplish this, which works reasonably well, but w…
-
Hello,
Lovely plugin you have there, it will definitely help us build reusable libs for our Angular projects ! Great job :)
I would love if there was a --watch mode that rebuilds on file changes,…
Telem updated
6 years ago
-
Add a `--watch` that would run tests as Crystalball finds the changes in the source code.
- Use guard (or similar)
- Lookup needs to be faster
- Only run fast specs
- Support `--fail-fast`
- Ha…
-
Use this: https://github.com/parcel-bundler/watcher
-
I make a change to a file with the server running
- page does not refresh / no network activity
- after manual refresh, changes are not reflected
-
## Expected Behavior
Dune not to crash when editing data.ml
## Actual Behavior
Dune crashes when data.ml is edited, even if you just save the file without changing anything, with this output:
…
-
In #3391 we are introducing a new experimental `pulumi watch` command. This command can be used during active development of a Pulumi project to automatically update the active stack as soon as chang…
-
As with vows 0.x, running with -w should:
- Watch for new/updated/deleted files in the current working directory
- Re-run the specified tests when there are any change
evanp updated
6 years ago