A Javascript method that creates a CSS radial timer/countdown with progress bar.
<divclass="radialtimer" id="timer"></div>varTimer;Timer=newradialTimer();Timer.init("timer",20);The first element is the container id where it will place the timer and the second one is the number of seconds that the timer will count.
cd build/
compass watch
cd build/
ruby haml_watch.rb .