grunt-watch
正在使用该程序创建。新添加的文件夹在添加到目录时将找不到js
。
如果文件结构如下所示:
js/moduleA.js
js/moduleB.js
js/modules/moduleC.js
"**/*.js"
如果moduleB.js
or moduleA.js
ormodules/moduleC.js
模块发生变化,则glob 模式可以正常工作。
但是,为新文件夹添加了新文件夹下的grunt-watch
运行文件夹,它并不能识别手表。js
// Grunt watch running ....
// create new_folder and create moduleD.js
js/new_modules/moduleD.js <------ Even if it changes the watch does not work.
全局模式错了吗?