SLUGSoc / website

Reimplementation of new site in Ruby on Rails
2 stars 1 forks source link

Inline small JS and minify other JS files #31

Closed Aterfax closed 5 years ago

Aterfax commented 6 years ago

Jquery, popper, bootstrap etc... JS assets could save a significant % by minifying.

Some of these resource calls probably should also be collapsed into one.

image

boardfish commented 6 years ago

Apparently this isn't happening because the site isn't running in production mode. Should be a quick fix.

boardfish commented 5 years ago

This should've been fixed now, but even so, it's only kilobytes. Assuming it's fixed.