Skip to content

Commit 1d33810

Browse files
committed
Fix path
1 parent 08f8319 commit 1d33810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = (gulp, paths, $, _) => {
22
const version = `d=${Date.now()}`;
33

4-
return gulp.src(_.folder(paths.src) + '/index.html')
4+
return gulp.src(_.folder(paths.app) + '/index.html')
55
.pipe($.stringReplace('{version}', version))
66
.pipe(gulp.dest(_.folder(paths.dist)));
77
};

0 commit comments

Comments
 (0)