Skip to content

Commit

Permalink
hash the files in dist, not src
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 25, 2015
1 parent a0eab42 commit edb5e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
'.'
Expand Down

0 comments on commit edb5e95

Please sign in to comment.