Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Add note re: Enable Developer Tools Experiments & Project Status in README #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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