Skip to content

eriwen/coffee-script-source-maps-ftw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript Source Maps Example Apps

Brought to you by Eric Wendelin endorse

NodeJS

Prerequisites

brew install node
npm install coffee-script -g
npm install grunt-cli -g
cd nodejs-example
npm install --dev
grunt watch:app &
node server.js
open http://localhost:3000

Rails

Prerequisites

cd rails-example
bundle install
rails s
open http://localhost:4000

About

Coffee Script Source Maps FTW!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published