Created
September 29, 2011 14:54
-
-
Save mahemoff/1250899 to your computer and use it in GitHub Desktop.
Node wrapper for CoffeeScript (can use in Heroku)
This file contains hidden or 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
var coffee = require('coffee-script'), | |
cs = require('fs').readFileSync('./app.coffee', 'ascii'); | |
eval(coffee.compile(cs)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment