Mercurial Hosting > sceditor
annotate src/changes.txt @ 8:292d40f68d50
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 05 Aug 2022 12:56:50 -0600 |
parents | df1e18048d97 |
children | 9159df67520a |
rev | line source |
---|---|
1 | 1 changes, most recent at top |
2 | |
2 | 3 |
7
df1e18048d97
add examples/min.html and better defaults
Franklin Schmidt <fschmidt@gmail.com>
parents:
6
diff
changeset
|
4 Added examples/min.html and fixed defaults of 'style', 'width', and 'height'. 'width' defaults to 600 and 'height' defaults to 300. The dimensions of the textarea aren't used. This guarantees a reasonable default. |
df1e18048d97
add examples/min.html and better defaults
Franklin Schmidt <fschmidt@gmail.com>
parents:
6
diff
changeset
|
5 |
6 | 6 fix emoticonsRoot |
7 | |
4
b7725dab7482
move /development/* to /
Franklin Schmidt <fschmidt@gmail.com>
parents:
3
diff
changeset
|
8 Move /development/* to / |
b7725dab7482
move /development/* to /
Franklin Schmidt <fschmidt@gmail.com>
parents:
3
diff
changeset
|
9 |
3 | 10 Remove jQuery, another modern nightmare. |
11 | |
2 | 12 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. |
13 | |
1 | 14 Add changes.txt |
15 Add serve.sh |