Skip to content

Instantly share code, notes, and snippets.

@davidbanham
Created January 14, 2013 01:17
Show Gist options
  • Save davidbanham/4527127 to your computer and use it in GitHub Desktop.
Save davidbanham/4527127 to your computer and use it in GitHub Desktop.
Express coffee shim
// Include the CoffeeScript interpreter so that .coffee files will work
var coffee = require('coffee-script');
// Include our application file
var app = require('./app.coffee');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment