diff --git a/gulpfile.js b/gulpfile.js index 7cc0e5c..9e418f8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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)