标签: gruntjs
目前,我确实喜欢在下面运行一项艰巨的任务
grunt somTask:opt --ignore
我想通过JS调用它并执行以下操作
grunt.task.run('someTask:opt --ignore');
但未能说选项中没有找到属性。但是想知道是否存在这种可能性。