Updates rev documentation

This commit is contained in:
Austin Pray
2015-01-24 13:57:44 -06:00
parent d5d2d02459
commit 55367f4106

View File

@@ -114,7 +114,8 @@ var jsTasks = function(filename) {
};
// ### Write to Rev Manifest
// If `--production` then write the revved assets to the manifest.
// If there are any revved files then write them to the rev manifest.
// See https://github.com/sindresorhus/gulp-rev
var writeToManifest = function(directory) {
return lazypipe()
.pipe(gulp.dest, path.dist + directory)