annotate src/changes.txt @ 2:c7c738ddbbf8

remove minified
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 17:43:17 -0600
parents 2366f2960d2e
children ec68006a495e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 changes, most recent at top
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
2
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
3
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
4 Remove minified. Donald Knuth said "The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming." This certainly applies to minification of static files that are cached in the browser anyway. Not only is this pointless but it makes debugging more difficult and forces a build process. But of course modern scum programmers love this because they love pointless complexity.
c7c738ddbbf8 remove minified
Franklin Schmidt <fschmidt@gmail.com>
parents: 1
diff changeset
5
1
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 Add changes.txt
2366f2960d2e add serve.sh
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 Add serve.sh