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.
我想在我的 yeoman 项目中使用不在 bower 存储库中的库。将库集成到 yeoman 项目结构中的最佳方法是什么?这个库需要先加载 jquery。
我只是将客户端 javascript 库的文件夹放入我的 app/scripts/vendor 文件夹并引用它们以加载到 index.html
确保将脚本标签放在这些注释块中
<!-- build:js scripts/scripts.js -->
和
<!-- endbuild -->
为了在构建时将它们缩小并合并到一个脚本文件中。