web/Rakefile in rubyvis-0.1.6 vs web/Rakefile in rubyvis-0.1.7
- old
+ new
@@ -13,10 +13,10 @@
task :build_site do
ruby "build_site.rb"
end
-task :default=>["index.html"]+EXAMPLES_BASE.map {|v| "examples/#{v}.html"}
+task :default=>["index.html","../lib/rubyvis.rb"]+EXAMPLES_BASE.map {|v| "examples/#{v}.html"}
file "index.html"=>["index.haml", :build_site]+EXAMPLES_BASE.map {|v| "examples/#{v}.png"}
EXAMPLES.each do |v|