lib/tasks/webshims.rake in webshims-rails-1.15.6.2 vs lib/tasks/webshims.rake in webshims-rails-1.15.6.3

- old
+ new

@@ -1,7 +1,7 @@ require 'fileutils' desc "Copy the webshims to public/webshims so dynamic features will work." task "webshims:update_public" do - shim_root = Webshims::Rails::Engine.root.join('vendor', 'assets', 'javascripts', 'webshims') + shim_root = Webshims::Rails::Engine.root.join('lib', 'assets', 'javascripts', 'webshims') FileUtils.cp_r(shim_root, Rails.root.join('public')) end \ No newline at end of file