/sourcemap-sample

Sample project that allows debug coffee-script with source map

Primary LanguageJavaScript

Source Maps test

Using source map for coffee-script debugging

Build

npm install
make

Usage

node server.js
  1. open http://localhost:3333/
  2. click Inspect Element
  3. select Souces Tab
  4. Enjoy!

Tested on Chrome Canary.