节点中有部署模块吗.js可以合并我的javascript和css文件
或者压缩JavaScript和CSS文件等。
因为我在像appfog
这样的Platform-as-a-Service
部署我的应用程序
所以我不能指望服务器本身可以帮助我做到这一点
我的模块可以吗?
这篇关于被低估的 NPM 命令的文章看起来只是略过您正在寻找的内容。特别是使用预安装钩子的能力:
"scripts": {
"preinstall": "./bin/custom-script.sh"
}
http://mechanics.flite.com/blog/2012/12/11/underappreciated-npm-commands/