Skip to content

Instantly share code, notes, and snippets.

@gardiner
gardiner / Rakefile.rb
Created May 29, 2012 19:50
Rakefile to auto-rebuild haml
require 'rake/clean'
include Rake::DSL
task :default => [:watch]
HAML = FileList['*.haml']
HTML = HAML.ext('html')
CLEAN.include HTML