Top "Watch" questions

Watch refers to observing the status of variables, files or directories for some or all possible actions such as additions, deletions or modifications.

Watch route changes in Vue.js with Typescript

I'd like to detect changes in my URL in a Vue.js application using TypeScript. In JavaScript this can be …

typescript vue.js vue-router watch
sass watching multiple directories

What is the right way in sass to watch multiple directories from a shell script? I have following in a …

css shell sass watch
grunt contrib-sass sourcemap enable

I can't get a lot of contrib-sass features to work in grunt. I dived into grunt a day ago and …

sass gruntjs watch no-cache source-maps
VueJS - Skip watcher's first change

I'm creating a component in VueJS for an app I'm making, it has some watchers to apply logic to other …

vuejs2 vue-component watch
Is there a smarter alternative to "watch make"?

I ran into this useful tip that if you're working on files a lot and you want them to build …

makefile watch
Gruntjs watch different folders and execute tasks

I was wondering if it's possible to configure a watch task to watch two different folders and execute a different …

javascript node.js watch gruntjs
How to vue watch a specific property in an array of objects

I'm using vue.js 2.5.2 I have an array of objects and I'd like to watch forms[*].selected and if it …

object vue.js watch
How to run fswatch to call a program with static arguments?

I used to use fswatch v0.0.2 like so (in this instance to run django test suit when a file changed) $&…

macos bash watch fswatch
How to watch for ng-model created with ng-bind-html

I need some help with an ng-model created with ng-bind-html. I have a JSON file in the server in which …

angularjs watch ng-bind-html
Nodemon Doesn't Restart in Windows Docker Environment

My goal is to set up a Docker container that automatically restarts a NodeJS server when file changes are detected …

node.js windows docker watch nodemon