Skip to content

piesync/heroku-buildpack-reactjs-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for ReactJS app building

This repository is forked from the official Heroku buildpack for Node.js apps.

Build Status

Documentation

For more information about using this Node.js buildpack on Heroku, check the README from the official buildpack.

This buildpack only changes two things:

  • release just exits instead of trying to do npm start (i.e. start the NodeJS app)
  • after installing the node modules, the compile script also builds the production code by running npm run build.

Tests

The buildpack tests use Docker to simulate Heroku's Cedar-14 and Heroku-16 containers.

To run the test suite:

make test

Or to just test in cedar or cedar-14:

make test-cedar-14
make test-heroku-16

The tests are run via the vendored shunit2 test framework.

[update] README.md updated with buildpack info

Packages

No packages published

Languages

  • Shell 99.3%
  • Makefile 0.7%