Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CoffeeScript Rails Source Maps

#### Please note this project is no longer actively maintained.

Adds CoffeeScript source maps support, introduced in version [1.6.1](http://coffeescript.org/#changelog), to Rails. This code is based on a Gist by [naan](https://gist.github.com/naan/5096056).

## Installation
Expand Down Expand Up @@ -35,6 +37,8 @@ public/assets/source_maps/

In order to use the source maps you need to use a browser that supports them. Chrome is an excellent choice.

First Enable Developer Tools Experiments, chrome://flags/#enable-devtools-experiments

Open the Chrome console and click on the settings tab. You'll see an option to enable source maps, make sure that is checked.

![](http://i.imgur.com/5ndSqZV.jpg)
Expand Down