Skip to content

mheuser/grunt-coffee-redux-exampleprj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example project for the grunt-coffee-redux plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published