Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 765 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 765 Bytes

Example project for the grunt-coffee-redux plugin

Clone this example project to see grunt + CoffeeScript + Source Maps in action.

Install

git clone https://github.com/mheuser/grunt-coffee-redux-exampleprj
cd grunt-coffee-redux-exampleprj
npm install
grunt

You need a http server for serving the content in /public, e.g.:

npm install -g http-server
http-server

Try it in the Browser

First you have to enable Source Maps with an indentation of 2 in chrome.

chrome settings

Now you can step debug in the CoffeeScript source.

chrome settings