Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此完全是新手,所以我无法弄清楚这一点。我已经通过 npm 成功安装了 GruntJS,但现在必须在我的 grunt.js 文件中添加一些内容。我该怎么做?这个文件是否需要放在我的项目 JavaScript 文件夹中?
gruntfile 应该放在项目的根目录下。
我将从阅读文档开始。