Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我让自己习惯了任务跑步者。使用的时候gulp发现有两个插件,gulp-inject和wiredep.
gulp
gulp-inject
wiredep
我知道它们是做同样事情的两件事。我对么?如果没有,有人可以向我解释这两者之间的区别以及各自使用一种和另一种的情况。
gulp-inject 在选择所有 javascript 和 css 文件方面做得很好,而wiredep 有助于从任何已安装的 bower 包中选择正确的文件。
因此,如果您在项目中使用“bower”,wiredep 听起来可能是一个更好的选择,否则 gulp-inject 对您来说会很好。