I\'m looking for simplest possible way to automatically recompile coffee scripts into JS.
Reading documentation but still having troubles to get exactly what I want.
find -type f | grep .coffee | xargs ls -t | head -n 1 | xargs coffee -cw
find last modifed coffee script and put it in compile-watch mode