Skip to content

Instantly share code, notes, and snippets.

View danilopopeye's full-sized avatar
🏦
...

Danilo danilopopeye

🏦
...
View GitHub Profile
@danilopopeye
danilopopeye / gist:1332372
Created November 2, 2011 00:20 — forked from tbeseda/gist:1096141
Cakefile to watch and recursively concat and compile CoffeeScript automatically.
fs = require 'fs'
{exec} = require 'child_process'
util = require 'util'
appFiles = [
]
task 'count', 'how much coffee you got?!', ->
traverseFileSystem = (currentPath) ->
files = fs.readdirSync currentPath