I have a main project with a grunt compile process:
root/main/stuff/...
root/gruntfile.js
root/package.json
现在在同一项目根文件夹中,我想创建一个独立于主项目的可编译的附加模块:
的伪代码:
root/services/moduleA
root/gruntfile-moduleA.js
root/package-moduleA.json
问题:这有可能吗?如何在同一项目布局中使用具有不同名称的多个grunt文件?
答案 0 :(得分:0)