gulp: fixing base path for 'package' task
parent
37861335a2
commit
1b3b83273c
|
@ -278,7 +278,10 @@ gulp.task('package', gulp.series('default', () =>
|
||||||
'./images/**',
|
'./images/**',
|
||||||
'./plugin/**',
|
'./plugin/**',
|
||||||
'./**.md'
|
'./**.md'
|
||||||
]).pipe(zip('reveal-js-presentation.zip')).pipe(gulp.dest('./'))
|
],
|
||||||
|
{
|
||||||
|
base: './'
|
||||||
|
}).pipe(zip('reveal-js-presentation.zip')).pipe(gulp.dest('./'))
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue