From 4f8e59e59b2a336e59715090258d8a89a42a131d Mon Sep 17 00:00:00 2001 From: JasonM23 Date: Tue, 24 Jun 2014 10:37:03 +0800 Subject: [PATCH 1/2] Add note re: Enable Developer Tools Experiments in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a42fd07..e1ce7bb 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,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) From 2dbe0151ab6988cf073414e3b4e3335167a74623 Mon Sep 17 00:00:00 2001 From: JasonM23 Date: Tue, 24 Jun 2014 10:57:29 +0800 Subject: [PATCH 2/2] Added a note re: no longer actively maintained. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1ce7bb..3d6e154 100644 --- a/README.md +++ b/README.md @@ -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