# File lib/sprocket.rb, line 15 def install_script # /public/sprocktes might not exist yet, and sprockets-1.0.2 throws an exception FileUtils.mkdir_p(File.dirname(asset_path)) concatenation.save_to(asset_path) end