WEBVTT

1
00:00:00.000 --> 00:00:03.520
The web browser doesn't need any of these
things to parse properly, and yet

2
00:00:03.520 --> 00:00:08.040
they still are being downloaded when a
site visitor loads up the page.

3
00:00:08.040 --> 00:00:10.330
We could try removing these ourselves, but

4
00:00:10.330 --> 00:00:12.960
that would be very tedious and time
consuming.

5
00:00:12.960 --> 00:00:16.640
Instead, we can use a process called
minification.

6
00:00:16.640 --> 00:00:22.490
When we minify a CSS or JavaScript file,
we keep a copy of the original,

7
00:00:22.490 --> 00:00:27.420
but the one that we actually reference in
our HTML is the minified version.

8
00:00:28.710 --> 00:00:30.000
There are many different sites, programs,
and
