output:
[nodemon] 1.9.2
[nodemon] reading config /data/web/default/test/nodemon.json
[nodemon] to restart at any time, enter `rs`
[nodemon] ignoring: /data/web/default/test/.git/**/* .nyc_output .sass-cache bower_components coverage /data/web/default/test/node_modules/**/*
[nodemon] watching: /data/web/default/test/node_modules/my-template-engine/**/* /data/web/default/test/build/**/*
[nodemon] watching extensions: js,json
[nodemon] starting `node build/watch.js w`
[nodemon] child pid: 4939
[nodemon] watching 4 files
nodemon.json
{
"verbose" : true,
"watch" : [
"./node_modules/very-simple-template", "./build"
],
"execMap" : {
"w": "./build/watch.js"
},
"ignoreRoot": false
}
I want to watch the module "my-template-engine" but no effect
watching 4 files <-- only 4 build script file is watching
Did you see this?
https://github.com/remy/nodemon/blob/master/faq.md#overriding-the-underlying-default-ignore-rules
Most helpful comment
Did you see this?
https://github.com/remy/nodemon/blob/master/faq.md#overriding-the-underlying-default-ignore-rules