Skip to content

Commit

Permalink
refactor(): Remove grunt-rev. Close #82
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed May 24, 2014
1 parent a9abd6c commit 4c10514
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,6 @@ module.exports = function(grunt) {
}
},

/**
* Revisioning all static assets
*/
rev: {
build: {
files: {
src: [
'<%= dir.build %>/**/*.{js,css,gif,jpg,jpeg,png,svg,webp,eot*,ttf,woff}'
]
}
}
},

/**
* Replaces references to non-optimized scripts or stylesheets
*/
Expand Down Expand Up @@ -408,7 +395,6 @@ module.exports = function(grunt) {
'concat',
'cssmin',
'uglify',
'rev',
'copy:build',
'usemin',
'replace:build',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"grunt-contrib-uglify": "~0.2.4",
"grunt-autoprefixer": "~0.4.0",
"grunt-csscss": "~0.6.1",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.2.0",
"grunt-usemin": "~2.0.0",
"grunt-push-release": "~0.1.1",
Expand Down

0 comments on commit 4c10514

Please sign in to comment.