Gruntfile 的名称是否可配置?

Is the name for Gruntfile configurable?

grunt 文件的名称是否必须为 "Gruntfile.js"?可以给它一个不同的名字,而 运行 grunt 指定文件名(类似于 linux 中的 makefile)吗?

是的 - 我做了一些谷歌搜索并找到了这个 http://gruntjs.com/using-the-cli

所以

grunt --gruntfile <some name>

有效