public
Description: that is plugin extracted from open_flash_chart_2 project
Homepage: http://openflashchart2.sentor.pl
Clone URL: git://github.com/korin/open_flash_chart_2_plugin.git
Click here to lend your support to: open_flash_chart_2_plugin and make a donation at www.pledgie.com !
korin (author)
Thu Dec 11 03:14:25 -0800 2008
commit  3f51d9dfc9709276ab3f598cb53c94fafc075fef
tree    f98fa8dce31f0ee62a243895ca0c2d02956f35e2
parent  2347694abecf25a376f0e798551bb8e3d7dead5b
100755 6 lines (6 sloc) 0.335 kb
1
2
3
4
5
6
puts "Copying files to public directory:"
PLUGIN_ROOT = File.dirname(__FILE__) + '/../'
FileUtils.cp "#{PLUGIN_ROOT}requirements/*.swf", "#{RAILS_ROOT}/public", :verbose => true
FileUtils.cp "#{PLUGIN_ROOT}requirements/*.js", "#{RAILS_ROOT}/public/javascripts", :verbose => true
puts "Plugin installed."
puts "Please read README file."