# # File 'Rakefile' created on 09 ott 2007 at 16:06:57. # # See 'dokkit.rb' or +LICENSE+ for licence information. # # (C) 2006, 2007 Andrea Fazzi (and contributors). # # Rakefile for website project model require 'tasks/all' task :clobber => 'clean:all' task :default => 'render:all'