jasmine/Rakefile

5 lines
97 B
Ruby
Raw Normal View History

desc "build the site"
task :site do
system("staticmatic build .")
system("cp -r site/ .")
end