code4romania / code4romania/covid-19-ro-help
Concatenate and minify css/js
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
JS files loaded in header and footer should be concatenated in one single file and minified at build time in order to reduce the number of request to the server. Same with CSS files.
CSS and JS files loaded from a CDN should be downloaded locally and added to the bundle.
JS file should be added right before closing tag.
CSS file should be inside
Contributor guide
Assessment
This issue has not been assessed yet.