-
Add watch mode
-
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
-
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
-
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
-
Is there any plan (or is it possible) to add the `watch` [mode](https://typedoc.org/guides/options/#watch) as typedoc has?
-
I'm currently using [redemon](https://github.com/ulrikstrid/redemon) to watch for file changes[1], but perhaps watch mode is something that could be considered out of the box?
[1]: `npx redemon --p…
lessp updated
3 years ago
-
This is a nice library, and it's the first one I used for syncing a symlinked folder to a "hardlink" copy.
That said, the main feature it's missing is the ability to "watch" the source folder and r…
-
Talked with Joel about potentially using a cross-platform rust crate to listen for changes to an existing directory and auto-slug new files as they arrive.