A Javascript method that creates a CSS radial timer/countdown with progress bar.
<div class="radialtimer" id="timer"></div>
var Timer;
Timer = new radialTimer();
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 .