summaryrefslogtreecommitdiff
path: root/book/src/main/scalatex
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-18 03:12:51 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-18 03:12:51 -0800
commitefc1b9cfd9c04b8d7f8cf0fb35e77bcb94a25a6e (patch)
treeadd0c141a4857c29146d81d08d8dae8a60dfd018 /book/src/main/scalatex
parent06ebb66bb30c787815170d96c7088a019bb00cae (diff)
downloadhands-on-scala-js-efc1b9cfd9c04b8d7f8cf0fb35e77bcb94a25a6e.tar.gz
hands-on-scala-js-efc1b9cfd9c04b8d7f8cf0fb35e77bcb94a25a6e.tar.bz2
hands-on-scala-js-efc1b9cfd9c04b8d7f8cf0fb35e77bcb94a25a6e.zip
Fixed sidebar scrolling problems and added a button to collapse/expand the sidebar
Diffstat (limited to 'book/src/main/scalatex')
-rw-r--r--book/src/main/scalatex/book/handson/GettingStarted.scalatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/main/scalatex/book/handson/GettingStarted.scalatex b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
index b766ea7..314a425 100644
--- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex
+++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
@@ -243,7 +243,7 @@
@p
As you can see, this code is still very verbose, with lots of unnecessarily long identifiers such as @hl.javascript{Lexample_ScalaJSExample} in it. This is because we've only performed the @i{fast optimization} on this file, to try and keep the time taken to edit -> compile while developing reasonably short.
- @sect{Full Optimization}
+ @sect{Optimization}
@p
If we're planning on publishing the app for real, we can run the @i{full optimization}. This takes several seconds longer than the @i{fast optimization}, but results in a significantly smaller and leaner output file @code{example-opt.js}.