beachboyslegacy / beachboyslegacy.github.com

0 stars 0 forks source link

Template minification #15

Closed gfiorav closed 3 years ago

gfiorav commented 3 years ago

Context

Fixes #16

This PR introduces minification for item views. There has been a reduction of 640K lines (!!!!). This means faster load times.

It also fixes an extra </p> tag that was dangling in the templates.

This PR needs thorough item view testing, to make sure minification hasn't accidentally broken any features.