diff --git a/build/img/gift-t.webp b/build/img/gift-t.webp deleted file mode 100644 index 250bf45..0000000 Binary files a/build/img/gift-t.webp and /dev/null differ diff --git a/build/img/green-cat.webp b/build/img/green-cat.webp deleted file mode 100644 index 48240b2..0000000 Binary files a/build/img/green-cat.webp and /dev/null differ diff --git a/build/img/location-desktop.webp b/build/img/location-desktop.webp deleted file mode 100644 index f542437..0000000 Binary files a/build/img/location-desktop.webp and /dev/null differ diff --git a/build/img/location-tablet.webp b/build/img/location-tablet.webp deleted file mode 100644 index 95ca483..0000000 Binary files a/build/img/location-tablet.webp and /dev/null differ diff --git a/build/img/location.webp b/build/img/location.webp deleted file mode 100644 index d9c5c9d..0000000 Binary files a/build/img/location.webp and /dev/null differ diff --git a/gulpfile.js b/gulpfile.js index ce0185c..c22ae48 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -31,7 +31,7 @@ export const styles = () => { export const html = () => { return gulp.src('source/*.html') .pipe(htmlmin( {collapseWhitespace: true})) -.pipe(gulp.dest('.build')); +.pipe(gulp.dest('build')); } // Scripts