You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A solution to this problem is adding a revisioned number to the name your static
18
18
This project was forked from [gulp-rev](https://github.com/sindresorhus/gulp-rev) to add reference re-writing functionality.
19
19
When rev'ing an entire project it is important to update all references in html, js & css files to add the revision hash.
20
20
21
-
I wasn't able to find any existing plugins that could hand this task.
21
+
I wasn't able to find any existing plugins that could handle this task.
22
22
[Gulp-rev](https://github.com/sindresorhus/gulp-rev) could revision all files but not update references.
23
23
[Gulp-usemin](https://www.npmjs.org/package/gulp-usemin) could do both but only using special markup, I needed a solution that would not require me to add markup everwhere.
24
24
@@ -79,4 +79,4 @@ Make sure to set the files to [never expire](http://developer.yahoo.com/performa
0 commit comments