Serve the assets for sis-custom
node server.js
heroku git:remote -a sis-custom-build
git push heroku master
heroku config:set SIS_ENABLE_SSL=1
- Fork it!
- Create a jira in the SIS Replacement Project
- Create your feature branch:
git checkout -b SISRP-XXXX-my-new-feature
- Commit your changes:
git commit -m 'SISRP-XXXX - Add some feature'
- Push to the branch:
git push origin SISRP-XXXX-my-new-feature
- Submit a pull request