Skip to content

Instantly share code, notes, and snippets.

@thoolihan
Created July 30, 2012 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoolihan/3209819 to your computer and use it in GitHub Desktop.
Save thoolihan/3209819 to your computer and use it in GitHub Desktop.
Basic Cakefile for building all coffeescript files
{exec} = require 'child_process'
task "default", "build the files", (options) ->
exec "coffee --compile --output app/ src/"
exec "coffee --compile --output spec/ spec/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment