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

Deploying Fuel UX to Heroku

Stephen James edited this page Feb 13, 2015 · 1 revision

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.