From 96142d8925a53cb3434b4e757eb3420f0fe5fbff Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 17 Feb 2019 23:00:56 +0100 Subject: update --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index c056b10..6d1b6c7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -50,7 +50,7 @@ gulp.task('copy-robots', () => gulp.src('robots.txt') .pipe(gulp.dest('public')) ); -gulp.task('copy-files', () => gulp.src('files/**/*') +gulp.task('copy-files', () => gulp.src('content/files/**/*') .pipe(gulp.dest('public/files')) ); -- cgit v1.2.3