Sha256: 955932cb02697693f1c60c533fc98325f2fba568d554edae3fc2ff1d10b8a39f

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

[![Gem Version](https://badge.fury.io/rb/middleman-asset-http-prefix.svg)](http://badge.fury.io/rb/middleman-asset-http-prefix)

## Usage

In the build section of config.rb:

```ruby
configure :build do
  activate :asset_http_prefix

  # and set the prefixes
  set :http_prefix, 'https://www.example.com'
  set :asset_http_prefix, 'https://cdn.example.com'
end
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-asset-http-prefix-1.0.0 README.md