是否可以通过 grunt-wiredep 任务注入我自己的 js 文件夹?有解决办法吗?
编辑
我发现grunt-inject,但我使用的是玉视图引擎(该解决方案仅适用于 HTML)
问问题
2126 次
1 回答
0
乍一看不像。看起来它完全依赖于仅扫描 bower.json 的wiredep。
您可以做的最接近的事情是也通过 bower 管理其他 JS 依赖项。
https://github.com/stephenplusplus/grunt-wiredep/issues/107
我也在寻找替代方案。我也在研究 grunt-inject,但不再在我的项目中使用玉。
- https://github.com/ChrisWren/grunt-inject
- https://github.com/klei/grunt-injector
- https://github.com/scott-laursen/grunt-scriptlinker
如果我找到一个玉石替代品,以及我选择了哪一个,我会更新我的帖子。
于 2015-06-19T17:53:49.410 回答