В Visual Studio 2015 при выполнении пехотинца задач htmlcompressor, задача возвращает >> Error: Error: not found: java Warning: htmlcompressor failed to compress html. Use --force to continue. Aborted due to warnings. Process terminated with code 6.
хрюкать htmlcompressor не удалось Ошибка не найден Java
код задачи:
htmlcompressor: {
compile: {
files: [{
expand: true, // Enable dynamic expansion.
cwd: 'Scripts/Ng-Views/', // Src matches are relative to this path.
src: ['**/*.html'], // Actual pattern(s) to match.
dest: 'wwwroot/Views/', // Destination path prefix.
}],
options: {
type: 'html',
preserveServerScript: true
}
}
},