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.
我正在服务器上使用 express 编写 node.js 应用程序。我还使用把手和预编译模板在客户端上使用。在本地运行应用程序时,我希望保留每个客户端源文件(模型、视图、util 文件)以进行调试,但是当我部署时,我希望编译模板和所有客户端 js 文件合并并缩小以在一个请求中提供服务。在我编写自己的部署脚本来执行此操作之前,是否有任何现有的框架/实用程序可以完成它?
您正在寻找资产经理
https://github.com/TrevorBurnham/connect-assets
https://github.com/mape/connect-assetmanager
https://github.com/Cowboy-coder/bundle-up
https://github.com/dreamerslab/node.packer