Cakewalk is a tool designed for rapid frontend web prototyping.
Cakewalk walks a given directory looking for CoffeeScript, Stylus, LESS, and Jade files, watching them for changes and compiling them when they do.
Note that files prefixed with an underscore (i.e. _mixins.styl
) will neither
be watched nor built. Those files are expected to serve as includes and thus
they need not be built individually.
npm install -g cakewalk
cakewalk [/path/to/watch]
cakewalk -h