vol4ok / sourcemap-sample

Sample project that allows debug coffee-script with source map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sample project that allows debug coffee-script with source map


Languages

Language:JavaScript 78.2%Language:CoffeeScript 21.8%