Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Deploying to Heroku

Stephen James edited this page Sep 2, 2015 · 4 revisions

If anyone needs to update the MC Theme or Fuel UX (dev) Heroku apps in the future, please ask a manager for "pseudo admin rights" and push directly to the app from your local computer or re-deploy from the Heroku admin screen.

If you deploy this front-end library to Heroku, the Procfile will fail unless the application configuration variables have been set to install the node devDependencies from package.json.

To install these node modules, run heroku config:set npm_config_production=false from the command line.

Clone this wiki locally