Reworks asset revving

fixes https://github.com/roots/roots/issues/1266
This commit is contained in:
Austin Pray
2015-01-19 15:15:09 -06:00
parent 7016d92f07
commit c6a0f6eab9
4 changed files with 127 additions and 50 deletions

View File

@@ -18,6 +18,7 @@
],
"scripts": {
"build": "bower install && gulp",
"docs": "docco gulpfile.js",
"jshint": "gulp jshint"
},
"engines": {
@@ -39,7 +40,7 @@
"gulp-pleeease": "^1.1.0",
"gulp-plumber": "^0.6.3",
"gulp-rename": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-rev": "^3.0.0",
"gulp-sass": "^1.2.4",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^1.0.1",