updating file sizes in the docs to files that are still sorta huge, but not so bad

This commit is contained in:
Danny Yoo 2011-11-08 22:28:15 -05:00
parent 1d1a58fa85
commit 9016170e3f
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ However, it can also be packaged with @filepath{whalesong}.
$ ls -l hello.html $ ls -l hello.html
-rw-r--r-- 1 dyoo dyoo 3817 2011-09-10 15:02 hello.html -rw-r--r-- 1 dyoo dyoo 3817 2011-09-10 15:02 hello.html
$ ls -l hello.js $ ls -l hello.js
-rw-r--r-- 1 dyoo dyoo 2129028 2011-09-10 15:02 hello.js -rw-r--r-- 1 dyoo dyoo 1146428 2011-09-10 15:02 hello.js
}| }|
Running @tt{whalesong build} will produce @filepath{.html} and Running @tt{whalesong build} will produce @filepath{.html} and

View File

@ -261,7 +261,7 @@ However, it can also be packaged with @filepath{whalesong}.
$ ls -l hello.html $ ls -l hello.html
-rw-r--r-- 1 dyoo dyoo 3817 2011-09-10 15:02 hello.html -rw-r--r-- 1 dyoo dyoo 3817 2011-09-10 15:02 hello.html
$ ls -l hello.js $ ls -l hello.js
-rw-r--r-- 1 dyoo dyoo 2129028 2011-09-10 15:02 hello.js -rw-r--r-- 1 dyoo dyoo 841948 2011-09-10 15:02 hello.js
}| }|