public
Description: psuedo s3 protocol for mozilla browsers
Homepage: http://overstimulate.com/projects/s3
Clone URL: git://github.com/anotherjesse/s3.git
s3 / Rakefile.rb
100644 7 lines (5 sloc) 0.16 kb
1
2
3
4
5
6
7
task :default => [:xpi]
 
task :xpi do
  rm_f 's3.xpi'
  `find chrome modules chrome.manifest components install.rdf | egrep -v "(~|#)" | xargs zip s3.xpi`
end