diff --git a/README.md b/README.md index a42fd07..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 @@ -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)