Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasschacht committed Mar 3, 2017
1 parent 0b3fa96 commit 03becd3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,3 @@ This mixin binds the url of the best fitting image to the source attribute, base
### The responsive-background mixin

This mixin binds the url of the best fitting image as the background url to the elements style attribute, based in the values provided by the `image` and `size` attribute. It also get the `responsiveImage` service injected.

##Note##
**Important:** If you use one of these components/mixins/helper or service, you have to exclude the destination folder from fingerprinting in production. This is because the image URLs are generated dynamically at runtime, where replacement of all original file names with their fingerprinted counterpart is currently not possible:
```js
//ember-cli-build.js

// ...
fingerprint: {
exclude: ['assets/images/responsive'] // or whatever your destination folder is
}
// ...

```

0 comments on commit 03becd3

Please sign in to comment.