nglaeser / CybersecSite

Website for the USC Cybersecurity Club
1 stars 0 forks source link

Minify HTML, CSS, JS #27

Open jyn514 opened 6 years ago

jyn514 commented 6 years ago

Problem description

Site takes 2 seconds to load, which is ridiculous for a static page. As shown here, HTML could be half as large if minified.

Possible tools

grunt uglify

jyn514 commented 6 years ago

To be clear, I'm not suggesting that we work with minified HTML. I was imagining some sort of git hook that ran automatically on commit.