Skip to content

Commit

Permalink
Fix modernizer reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatJuggler committed Nov 25, 2020
1 parent 262afe7 commit c274c67
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 @@ -66,7 +66,7 @@ function copyModules() {
}

function copyDist() {
let mySrc = gulp.src(['./src/**/*.*', '!./src/vendor/**', '!./src/*.html'])
let mySrc = gulp.src(['./src/*.*', './src/**/vendor/*', '!./src/*.html'])
.pipe(gulp.dest('./dist'));
let myImg = gulp.src('./src/img/*.*')
.pipe(gulp.dest('./dist/img'));
Expand Down

0 comments on commit c274c67

Please sign in to comment.