Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 22, 2015
1 parent 8055682 commit 41e3f32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ For our examples, we'll assume the following `rev-manifest.json`:

```json
{
"js/app.js": "js/app-5c41412f.js",
"js/lib.js": "js/lib-6d94673e.js",
"css/app.css": "css/app-a4ae3dfa.css"
"js/app.js": "js/app-5c41412f32.js",
"js/lib.js": "js/lib-6d94673e3d.js",
"css/app.css": "css/app-a4ae3dfa4d.css"
}
````

Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gulp-rev [![Build Status](https://travis-ci.org/sindresorhus/gulp-rev.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-rev)

> Static asset revisioning by appending content hash to filenames
`unicorn.css``unicorn-d41d8cd98f.css`
> Static asset revisioning by appending content hash to filenames
> `unicorn.css``unicorn-d41d8cd98f.css`
Make sure to set the files to [never expire](http://developer.yahoo.com/performance/rules.html#expires) for this to have an effect.

Expand Down Expand Up @@ -96,8 +96,8 @@ An asset manifest, mapping the original paths to the revisioned paths, will be w

```json
{
"css/unicorn.css": "css/unicorn-098f6bcd.css",
"js/unicorn.js": "js/unicorn-273c2cin.js"
"css/unicorn.css": "css/unicorn-d41d8cd98f.css",
"js/unicorn.js": "js/unicorn-273c2cin3f.js"
}
```

Expand Down

0 comments on commit 41e3f32

Please sign in to comment.