Created
May 5, 2014 02:40
-
-
Save apotonick/b131ec0698e11e4e1a8f to your computer and use it in GitHub Desktop.
Ideas For Asset Pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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