2016-01-13 42 views
0
I have a main project with a grunt compile process: 
root/main/stuff/... 
root/gruntfile.js 
root/package.json 

現在同樣的項目的根文件夾中,我想創建一個額外的模塊,應該是主體工程的編譯獨立:多個gruntfile.js在一個項目文件夾中?

僞代碼:

root/services/moduleA 
root/gruntfile-moduleA.js 
root/package-moduleA.json 

問題:是可能呢?我如何在同一個項目佈局中使用不同名稱的多個gruntfiles?

回答

相關問題