Skip to content

Instantly share code, notes, and snippets.

@AlyxRen
Created August 23, 2010 22:32
Show Gist options
  • Save AlyxRen/546491 to your computer and use it in GitHub Desktop.
Save AlyxRen/546491 to your computer and use it in GitHub Desktop.
###
fab Coffee Converter
Built in Coffeescript
written by Stephen "Rixius" Middleton <Rixius@gmail.com>
Released under the MIT liscense <http://www.opensource.org/licenses/mit-license.php>
###
fab= require 'fab'
coffee= require 'coffee'
module.exports = ( write ) ->
listen= ( value ) ->
write( coffee.compile( value ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment