Class: Magnifier::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/magnifier/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_jqueryObject



7
8
9
10
11
12
# File 'lib/generators/magnifier/install_generator.rb', line 7

def copy_jquery
	say_status("copying", :green)
	copy_file "jquery.imageWarp.js", "app/assets/javascripts/jquery.imageWarp.js"
       		copy_file "jquery.js", "app/assets/javascripts/jquery.js"
       		copy_file "jquery.magnifier.js", "app/assets/javascripts/jquery.magnifier.js"
end