From edb5e95ac28a71d76f57ddc99496faf1974d17f7 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Sun, 24 May 2015 20:34:14 -0700 Subject: [PATCH] hash the files in dist, not src --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 01a5928c99..e3ce67358e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -107,7 +107,7 @@ gulp.task('restore', ['clean'], function(cb) { }); gulp.task('audit', function() { - return gulp.src([mini, micro, max]) + return gulp.src(['dist/' + mini, 'dist/' + micro, 'dist/' + max]) .pipe(audit('build.log', { repos: [ '.'