public
Description: Adds helper methods for creating the TinyMCE initialization script
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/tiny_mce_helper.git
tiny_mce_helper / install.rb
100644 8 lines (6 sloc) 0.237 kb
1
2
3
4
5
6
7
8
# Install TinyMCE
puts 'Installing TinyMCE...'
TinyMCEHelper.install(:version => ENV['VERSION'], :target => ENV['TARGET'])
 
# Update the configuration options
puts 'Updating TinyMCE configuration options...'
TinyMCEHelper.update_options