When I'm on Django project I spend more time formatting an html file after collecting static,
so in that case I created this script to automate it for me instead of going one on every static file's link in markup and add {% static 'file' %}
.
Gitlab @umutambyi-gad
Website: umutambyigad
Stackoverflow: @umutambyi-gad
Twitter: @umutambyi_gad
Linkedin: @umutambyi-gad
Dev.to: @umutambyigad
Email: umutambyig@gmail.com
Just add all html files that you want to format on fileToFormat.txt
text file like
C:/Users/username/index.html
C:/Users/username/path/home.html
after that run format.py
script to format it.
This project is under the MIT license