stephenmkbrady / django_matrix_client_basic

Django matrix client app with absolutely no javascript and CSS3. It'll run on a feature phone browser using opera 4.4
MIT License
0 stars 0 forks source link

./manage.py collectstatic is dumping out js not used by site #3

Open stephenmkbrady opened 6 years ago

stephenmkbrady commented 6 years ago

./manage.py collectstatic is dumping out js not used by site. Need to prevent it from generating, or add delete to release script. Just need to remove it on generation, should git rm --cached folder and .gitignore it from github, if I can do that without "gitignoring" it from heroku