Skip to content

Instantly share code, notes, and snippets.

@glennr
Created June 3, 2010 13:30
Show Gist options
  • Select an option

  • Save glennr/423884 to your computer and use it in GitHub Desktop.

Select an option

Save glennr/423884 to your computer and use it in GitHub Desktop.
require "fileutils"
FileUtils.mkdir_p(Rails.root.join("tmp", "stylesheets", "compiled"))
ActionController::Dispatcher.middleware.use(Rack::Static, :root => "tmp/", :urls => ["/stylesheets/compiled"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment