From 3c372ac6c5dc0ff182dca9c3d989c66f943f233a Mon Sep 17 00:00:00 2001 From: AI Scout Agent Date: Sun, 31 May 2026 21:18:20 +0300 Subject: [PATCH] Fix Gulpfile.js truncation and restore missing content --- Gulpfile.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Gulpfile.js b/Gulpfile.js index 0cd34a8..52af048 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -201,6 +201,15 @@ gulp.task('edge:cp', gulp.series('edge:hack', 'css', 'icons', function () { manifest.version = version; fs.writeFileSync(manifestPath, JSON.stringify(manifest, null, ' ')); + var targets = [ + './src/*', '!./src/hovercard.js', './tmp/hovercard.js', '!./src/*.styl', + './tmp/hovercard.css', './tmp/tomorrow-night.css', './tmp/tooltipster.css', './icon.png' + ]; + return gulp.src(targets) + .pipe(gulp.dest('./extensions/edge')); +}));ifest.version = version; + fs.writeFileSync(manifestPath, JSON.stringify(manifest, null, ' ')); + var targets = [ './src/*', '!./src/hovercard.js', '!./src/jquery.js', '!./src/*.styl', './tmp/hovercard.css', './tmp/tomorrow-night.css', './tmp/tooltipster.css', './icon.png'