Skip to content
Merged
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
Fix #139: Mention source map support for Node.js in tutorial
  • Loading branch information
gzm0 committed Mar 20, 2015
commit 6f54e98f0d4fc91fd15a5a70b7600d84d5f96a1b
4 changes: 4 additions & 0 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ in order not to disturb your teammates, in a separate `.sbt` file (say,

This will enable the fastOpt stage by default when launching sbt.

**Source maps in Node.js**: To get your stack traces resolved on Node.js, you will have to install the `source-map-support` package.

npm install source-map-support

## <a name="integrating-html"></a> Step 2: Integrating with HTML

Now that we have a simple JavaScript application, we would like to use it in an HTML page. To do this, we need two steps:
Expand Down