Extensive Namespacing of model specs
[merb_mart.git] / www / Rakefile
blob2dc6ab7910a17eeb52005144a74335cfe4769aa5
1 # $Id$
3 load 'tasks/setup.rb'
5 task :default => :build
7 desc 'deploy the site to the webserver'
8 task :deploy => [:build, 'deploy:rsync']
10 # EOF