summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-11-24 13:40:16 -0500
committerJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-11-24 13:40:16 -0500
commit2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd (patch)
tree72744c39dbb2c9c3ae2f172686df34d101a2f2b6
parent198ec342cc210a66ce46efc6fd8d81d4d2943d95 (diff)
downloadhands-on-scala-js-2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd.tar.gz
hands-on-scala-js-2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd.tar.bz2
hands-on-scala-js-2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd.zip
Suggested pointer to Activator
Novice Scala users are likely to be using Typesafe Activator; they may not be sensitive to the fact that that's basically a thin shell around sbt and works fine for purposes of this book. I'd suggest mentioning that.
-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 c31a14b..85fe0f9 100644
--- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex
+++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
@@ -4,7 +4,7 @@
@ul
@li
- @lnk("sbt", "http://www.scala-sbt.org/"): SBT is the most common build-tool in the Scala community, and is what we will use for building our Scala.js application. Their home page has a link to download and install it.
+ @lnk("sbt", "http://www.scala-sbt.org/"): SBT is the most common build-tool in the Scala community, and is what we will use for building our Scala.js application. Their home page has a link to download and install it. (If you are already using Typesafe Activator, that is effectively sbt.)
@li
An editor for Scala: @lnk("IntelliJ Scala", "http://blog.jetbrains.com/scala/") and @lnk("Eclipse ScalaIDE", "http://scala-ide.org/") are the most popular choices and work on all platforms, though there are others.
@li