Switch to updatepulse

This commit is contained in:
Cooper Dalrymple
2026-06-05 15:35:20 -05:00
parent 9ad3558ac4
commit 891d0ab3fc
4 changed files with 230 additions and 97 deletions
+4 -2
View File
@@ -44,14 +44,16 @@ gulp.task(
gulp.task('package-copy', () => {
return gulp.src([
(fs.existsSync('acf') ? 'acf/**/*' : null),
'inc/**/*',
'lib/**/*',
(fs.existsSync('lib') ? 'lib/**/*' : null),,
'vendor/**/*',
'LICENSE',
`${NAME}.php`,
'readme.txt',
(fs.existsSync('updatepulse.json') ? 'updatepulse.json' : null),
'!vendor/**/node_modules/**/*',
], {
].filter(x => x), {
base: './',
encoding: false,
})