Add note to README about why we're compiling down to obfuscated JavaScript.
[online-glom:gwt-glom.git] / README
1 Documentation is on the glom wiki:
2
3 http://www.glom.org/wiki/index.php?title=Development/OnlineGlom
4
5 We are using the default GWT compilation option of compiling the Java code to
6 obfuscated JavaScript. The reason for this is covered by this snippet from the
7 GWT developer docs:
8
9 “obfuscation reduces the size of the generated JavaScript files, making them
10 faster to download and parse”
11
12 https://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html