Improved the grid layout when things are different sizes.
[taboo.git] / rakefile.rb
blob2806631936d45fb72973062de28c42ab775b33d8
1 task :default => ['components/oyITaboo.xpt', :xpi]
3 file 'components/oyITaboo.xpt' => 'components/oyITaboo.idl' do
4   puts "Generating oyITaboo.xpt. (requires flock dev environment)"
5   `xpidl -m typelib -w -v -I $o/dist/idl -o components/oyITaboo components/oyITaboo.idl`
6 end
9 task :xpi do
10   rm_f 'taboo.xpi'
11   `find chrome chrome.manifest components install.rdf defaults | xargs zip taboo.xpi`
12 end