Updates rev documentation
This commit is contained in:
@@ -114,7 +114,8 @@ var jsTasks = function(filename) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// ### Write to Rev Manifest
|
// ### 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) {
|
var writeToManifest = function(directory) {
|
||||||
return lazypipe()
|
return lazypipe()
|
||||||
.pipe(gulp.dest, path.dist + directory)
|
.pipe(gulp.dest, path.dist + directory)
|
||||||
|
|||||||
Reference in New Issue
Block a user