当我在我的运行此任务时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。