运行 npm install + gulp,将 clojure 应用程序部署到 heroku 时
Run npm install + gulp, when deploying clojure app to heroku
在将 Clojure 应用程序部署到 heroku 时,我可以 运行 npm install 然后 gulp 吗?
您可以在 package.json 中使用 npm 的脚本。参见 https://devcenter.heroku.com/articles/nodejs-support#customizing-the-build-process
您可能想要使用 Heroku's Multi-buildpack with the Node.js and Clojure buildpacks. This is documented for Java and Scala。
在将 Clojure 应用程序部署到 heroku 时,我可以 运行 npm install 然后 gulp 吗?
您可以在 package.json 中使用 npm 的脚本。参见 https://devcenter.heroku.com/articles/nodejs-support#customizing-the-build-process
您可能想要使用 Heroku's Multi-buildpack with the Node.js and Clojure buildpacks. This is documented for Java and Scala。