1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/tasks/compress.rake
2012-02-04 21:17:48 +01:00

13 lines
243 B
Ruby

# compress all text files in out/ to save on traffic
namespace :compress do
desc "compress html (and related) files"
task :html do
system "./compress-html.sh"
end
end
desc "compress everything"
task :compress => ['compress:html']