1

node.js 中是否有部署模块可以合并我的 javascript 和 css 文件

或者压缩javascript和css文件等等。

因为我部署我的应用Platform-as-a-Service程序appfog

所以我不能指望服务器本身可以帮助我做到这一点

我的模块可以吗?

4

1 回答 1

1

这篇关于被低估的 NPM 命令的文章看起来只是略过了你正在寻找的东西。特别是使用预安装挂钩的能力:

"scripts": {
    "preinstall": "./bin/custom-script.sh"
}

http://mechanics.flite.com/blog/2012/12/11/underappreciated-npm-commands/

于 2013-01-23T20:40:03.250 回答