Skip to content

Instantly share code, notes, and snippets.

@jay3sh
jay3sh / gist:3083080
Created July 10, 2012 12:54
Watch script to compile Coffeescript, Jade and Less.css
/*
* Tested on node 0.6, Ubuntu
*/
#!/usr/bin/node
COLOR_GREEN="\033[01;32m"
COLOR_RED="\033[01;31m"
COLOR_YELLOW="\033[01;33m"
COLOR_BLUE="\033[01;34m"
COLOR_NORMAL="\033[00m"