bower (bower install Foundation) を介して bower_components に基盤があります。
以下に示すように、Gruntfile.js に grunt-wiredep もあります。
wiredep: {
dev: {
src: ['<%= FILE_PATHS.client %>/index.html']
}
}
また、私はindex.htmlに持っています
<!-- bower:css -->
<!-- endbower -->
grunt wireep:dev を実行すると、foundation.js が挿入されますが、foundation.css やfoundation.scss は挿入されません。
ワイヤード構成で何か不足していますか? font-awesome.css をピックアップしているようですが、基盤用ではありませんか?
この問題は Bootstrap の最新バージョンに似ていますかhttp://blog.getbootstrap.com/2015/06/15/bootstrap-3-3-5-released/