10 11 12 13 14
# File 'lib/generators/js_routes/install/install_generator.rb', line 10 def copy_pathbuilder say_status("copying", "jquery.pathBuilder.js (#{JsRoutes::VERSION})", :green) copy_file "jquery.pathBuilder.js", "public/javascripts/jquery.pathBuilder.js" end