Created
January 14, 2013 01:17
-
-
Save davidbanham/4527127 to your computer and use it in GitHub Desktop.
Express coffee shim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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