vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Remove node_modules and assets from Heroku's slug #562

Closed fjsj closed 1 year ago

fjsj commented 2 years ago

Depends on https://github.com/vintasoftware/django-react-boilerplate/issues/561

After all files are on S3, it's safe to remove them from Heroku's slug. Use this: https://github.com/vintasoftware/heroku-buildpack-post-build-clean

hugobessa commented 1 year ago

We're not supporting Heroku anymore so this has lost its relevance

fjsj commented 1 year ago

how the container is generated on Render, though? does it have any ignore paths?