Skip to content

Instantly share code, notes, and snippets.

@apotonick
Created May 5, 2014 02:40
Show Gist options
  • Select an option

  • Save apotonick/b131ec0698e11e4e1a8f to your computer and use it in GitHub Desktop.

Select an option

Save apotonick/b131ec0698e11e4e1a8f to your computer and use it in GitHub Desktop.
Ideas For Asset Pipeline
staging:
"default host"
:http_asset_host: 'cdn%d.microminimus.com'
:https_asset_host: 'cdn-microminimus.pantherssl.com'
"local host"
host: /
only: fonts.css
development:
:http_asset_host: 'cdn%d.microminimus.com'
:https_asset_host: 'cdn-microminimus.pantherssl.com'
fonts.css.exclude_from_application
fonts.css.serve_local
assets.application.exclude(fonts.css)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment