mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 19:51:26 +02:00
[ticket/16775] Use export.defaults in gulpfile
PHPBB3-16775
This commit is contained in:
@ -57,4 +57,4 @@ gulp.task('watch', gulp.series(() => {
|
||||
gulp.watch('phpBB/styles/prosilver/theme/*.css', gulp.series('css'));
|
||||
}));
|
||||
|
||||
gulp.task('default', gulp.series('css', 'watch'));
|
||||
exports.default = gulp.series('css', 'watch');
|
||||
|
Reference in New Issue
Block a user