Skip to content

Commit

Permalink
Revert #132
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Bellamy-Henn committed Mar 4, 2016
1 parent 48d5ed5 commit e9a2fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-rev-all",
"version": "0.8.23",
"version": "0.8.24",
"description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 0 additions & 4 deletions revisioner.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,6 @@ var Revisioner = (function () {
return false;
}
}

if (!this.shouldFileBeRenamed(file)) {
return false;
}

return true;

Expand Down

0 comments on commit e9a2fb4

Please sign in to comment.