Skip to content

Instantly share code, notes, and snippets.

@xdite
Created March 4, 2014 11:59
Show Gist options
  • Save xdite/9345214 to your computer and use it in GitHub Desktop.
Save xdite/9345214 to your computer and use it in GitHub Desktop.
config.action_controller.asset_host = Proc.new { |source, request = nil, *_|
if request && !request.ssl?
"//cdn#{(source.length % 4) }.logdown.io"
else
"https://d1vzm1nztjpyu4.cloudfront.net"
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment