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.
是否有一种内置的方法可以从文件中读取选项,而不是在命令行上传递参数,我希望能够从文件中读取它们,例如 grunt.json 或 grunt.config。
我意识到它应该只是几行代码,但我不想重新发明轮子。
谢谢, 肖恩持有人
使用grunt.file.readJSON方法从文件中读取 JSON。