Skip to content

Commit

Permalink
Удаляет ненужное в галпе
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Jan 8, 2025
1 parent 466b774 commit 6d5b0a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const path = require('path')
const fs = require('fs')
const fsp = require('fs/promises')
const { Transform } = require('stream')
const { pipeline } = require('stream/promises')

const gulp = require('gulp')
const git = require('gulp-git')
Expand All @@ -16,7 +13,6 @@ const esbuild = require('gulp-esbuild')
const del = require('del')
const rev = require('gulp-rev')
const revRewrite = require('gulp-rev-rewrite')
const puppeteer = require('puppeteer')

const { contentRepGithub, contentRepFolders } = require(path.join(__dirname, 'config/constants'))

Expand Down Expand Up @@ -123,9 +119,5 @@ exports.setupContent = gulp.series(cloneContent, makeLinks)

exports.dropContent = () => del(['content', ...contentRepFolders.map((folder) => `src/${folder}`)])

// Build social cards

exports.socialCards = socialCards

// Default
exports.default = gulp.series(clean, styles, scripts, sw, cache)

0 comments on commit 6d5b0a5

Please sign in to comment.