grunt任務ngtemplates運行無限期(近一個小時,沒有完成),CPU利用率爲100%。如果我評論這個任務,那麼構建完成。 使用ngtemplates執行構建任務,並在另一臺機器上完成確定。 任何想法/線索非常感謝。grunt ngtemplates任務100%cpu
節點版本:0.10.29 咕嚕-CLI:v0.1.13 咕嚕:v0.4.5
ngtemplates: {
app: {
cwd: '<%= yeoman.app %>',
src: ['views/{,*/}*.html', 'views/inbox/{,*/}*.html' , 'scripts/directives/*.html'],
dest: 'scripts/templates.js',
options: {
usemin: 'scripts/scripts.js', // <~~ This came from the <!-- build:js --> block
htmlmin: {
collapseBooleanAttributes: true,
collapseWhitespace: true,
removeAttributeQuotes: true,
removeComments: true, // Only if you don't use comment directives!
removeEmptyAttributes: true,
removeRedundantAttributes: true,
removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true
}
}
}
}
非常感謝,
如果您需要一些幫助,請發佈您的Gruntfile.js /任務代碼。 – 2014-08-28 16:12:34