当我在我的运行此任务时Gruntfile.js出现错误:The system cannot find the path specified.
closureLint: {
app:{
closureLinterPath: '/3rdParty/closure_linter',
command: 'gjslint',
src: ['src/scripts/**'],
options: {
stdout: true,
strict: true
}
}
}
我有3rdParty文件夹的closure_linter文件夹。closure_linter包含*.py文件。
如果这很重要,我正在使用 Windows 8。