anotherjesse / searchy

yo dawg I heard you like search so I put search in your browser so you can search while you browse

This URL has Read+Write access

searchy / Rakefile.rb
100644 7 lines (5 sloc) 0.165 kb
1
2
3
4
5
6
7
task :default => [:xpi]
 
task :xpi do
  rm_f 'searchy.xpi'
  puts `find chrome chrome.manifest install.rdf | egrep -v '(#|~|DS_Store)' | xargs zip searchy.xpi`
end