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.
我是 Grunt 和 Bower 的新手。当我使用 bower 安装 FuelUX 时,它会在我的 app/components/fuelux 目录中放置大约 77 兆字节的文件。由 yo 生成的默认 Gruntfile.js(使用角度生成器)在 Grunt 构建期间复制所有这些文件。
我很确定我不需要将所有这些文件部署到我的网络/应用服务器。确保在我的 Grunt dist 输出目录中只创建必要的文件的最佳方法是什么?
我建议您让包的作者使用ignorebower.json 的属性来忽略不需要的所有内容。
ignore
我不确定您使用的是哪个生成器,但 generator-webapp 仅复制您在 Gruntfile/index.html 中明确定义的内容。