「wiredep:target」(wiredep) タスクの実行
エラーなしで完了
bower.json の依存関係を注入しません。この問題をデバッグできません。どんな助けでも大歓迎です。
Gruntfile.js:
wiredep: {
target: {
// Point to the files that should be updated when
// you run `grunt wiredep`
src: [
'<%= yeoman.app %>/index.html'
],
// Optional:
// ---------
options: {
cwd: '',
dependencies: true,
devDependencies: false,
exclude: [],
fileTypes: {},
ignorePath: '',
overrides: {}
}
}
},