Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Thumbs.db

.project
*~

/build/
17 changes: 17 additions & 0 deletions downloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: page
title: Scala.js - Downloads
tagline: The Scala.js standalone distribution
---
{% include JB/setup %}

We strongly recommend using the SBT plugin, as shown in the [bootstrapping skeleton](https://github.com/sjrd/scala-js-example-app), but we also ship a command line distribution.

The CLI distribution requires `scala` and `scalac` (of the right major version) to be on the execution path. Unpack it wherever you like and add the `bin/` folder to your execution path.

#### Scala.js 0.5.0-RC1
* [0.5.0-RC1, Scala 2.11 (tgz, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC1.tgz)
* [0.5.0-RC1, Scala 2.11 (zip, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC1.zip)
* [0.5.0-RC1, Scala 2.10 (tgz, 15MB)]({{ BASE_PATH }}/files/scalajs_2.10-0.5.0-RC1.tgz)
* [0.5.0-RC1, Scala 2.10 (zip, 15MB)]({{ BASE_PATH }}/files/scalajs_2.10-0.5.0-RC1.zip)

2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The easiest way to get started is to fork the
[bootstrapping skeleton](https://github.com/sjrd/scala-js-example-app)
and follow the instructions in its readme. You can also [try it out in the browser](http://www.scala-js-fiddle.com/).

We also have a [standalone distribution](./downloads.html) that doesn't require SBT.

## Resources

* [Documentation](./doc/)
Expand Down